0.1.0 • Published 6 years ago

afir v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

afir

A CLI to help with rapid wordpress development

oclif Version Downloads/week License

Usage

$ 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

This command creates a docker-compose file

USAGE
  $ afir dockerize

OPTIONS
  -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 theme

This command creates a theme directory

USAGE
  $ afir theme

OPTIONS
  -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