afir
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

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/0.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

Readme

Keywords

Package Sidebar

Install

npm i afir

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

233 kB

Total Files

10

Last publish

Collaborators

  • elderbraum