Skip to content

guetteluis/mango-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mango-cli

Mango Automation CLI

oclif Version Downloads/week License

Usage

$ npm install -g mango-cli
$ mango COMMAND
running command...
$ mango (-v|--version|version)
mango-cli/0.0.1 darwin-x64 node-v12.16.3
$ mango --help [COMMAND]
USAGE
  $ mango COMMAND
...

Commands

mango config:local-filestore PATH

Define local filestore directory location for testing

USAGE
  $ mango config:local-filestore PATH

ARGUMENTS
  PATH  Filestore directory path

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ mango config:local-filestore /mango-for-testing/filestore/public
  Local filestore location added

See code: src/commands/config/local-filestore.ts

mango help [COMMAND]

display help for mango

USAGE
  $ mango help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

mango watch

Watch for file changes and automatically copy the project into filestore/public directory

USAGE
  $ mango watch

OPTIONS
  -h, --help  show CLI help

See code: src/commands/watch.ts

About

A Mango CLI for development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors