Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from devitools/cli

🔧 Command line wizard to help create resources and manipulate projects

Notifications You must be signed in to change notification settings

iagocavalcante/cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@devitools/cli

Command line devitools

oclif Version Downloads/week License

Devitools logo


License Issues GitHub top language

Github Stars Github Forks Twitter

Github Tags Github Releases

Usage

$ npm install -g @devitools/cli
$ devi COMMAND
running command...
$ devi (-v|--version|version)
@devitools/cli/0.5.2 win32-x64 node-v12.18.2
$ devi --help [COMMAND]
USAGE
  $ devi COMMAND
...

Commands

devi add DOMAIN

initialize a directory to be recognized as a devitools project

USAGE
  $ devi add DOMAIN

ARGUMENTS
  DOMAIN  the domain that will be created

OPTIONS
  -h, --help                   show CLI help
  -o, --override
  -p, --parameters=parameters
  -t, --template=template

EXAMPLES
  $ devi add foo.bar
  $ devi add foo.bar --override | devi add foo.bar --o
  $ devi add foo.bar --template=my-template | devi add foo.bar -t=my-template

See code: src\commands\add.ts

devi autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ devi autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ devi autocomplete
  $ devi autocomplete bash
  $ devi autocomplete zsh
  $ devi autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

devi help [COMMAND]

display help for devi

USAGE
  $ devi help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

devi init

Initialize a directory to be recognized as a devitools project

USAGE
  $ devi init

OPTIONS
  -b, --back
  -f, --front
  -h, --help   show CLI help

EXAMPLES
  $ devi init
  $ devi init -s
  $ devi init -b

See code: src\commands\init.ts

About

🔧 Command line wizard to help create resources and manipulate projects

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 55.9%
  • HTML 29.5%
  • JavaScript 14.5%
  • Batchfile 0.1%