A CLI to help with rapid wordpress development
npm install afirafir
====
A CLI to help with rapid wordpress development




sh-session
$ npm install -g afir
$ afir COMMAND
running command...
$ afir (-v|--version|version)
afir/1.1.0 darwin-x64 node-v10.8.0
$ afir --help [COMMAND]
USAGE
$ afir COMMAND
...
`
Commands
* afir dockerize
* [afir help [COMMAND]](#afir-help-command)
* afir themeafir dockerizeThis command creates a docker-compose file
`
USAGE
$ afir dockerizeOPTIONS
-c, --[no-]setup create directories for your project
-d, --compose Docker-compose upper
-f, --force force an overwrite of all things holy
-h, --help show CLI help
--full Launch Docker after init
EXAMPLES
$ afir dockerize --setup
$ afir dockerize --help
$ afir dockerize --force
$ afir dockerize --full
$ afir dockerize -d
$ afir dockerize -f -c
`_See code: src/commands/dockerize.ts_
afir help [COMMAND]display help for afir
`
USAGE
$ afir help [COMMAND]ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
`_See code: @oclif/plugin-help_
afir themeThis command creates a theme directory
`
USAGE
$ afir themeOPTIONS
-b, --[no-]boilerplate Use this flag if the theme should not use a boilerplate
-l, --location=location [default: ./] A pre given location to setup the theme
``_See code: src/commands/theme.ts_