1.0.3 • Published 4 years ago

acct v1.0.3

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

ACCT Toolbelt

oclif

Version

Downloads/week

License

toc

Usage

$ npm install -g acct-cli
$ acct COMMAND
running command...
$ acct (-v|--version|version)
acct-cli/0.0.1 win32-x64 node-v14.2.0
$ acct --help [COMMAND]
USAGE
$ acct COMMAND
...

Commands

acct help [COMMAND]

display help for acct toolbelt

USAGE
$ acct help [COMMAND]
ARGUMENTS
 COMMAND command to show help for
OPTIONS
 --all see all commands in CLI

acct generate [WHAT]

ACCT scaffold command

USAGE
$ acct generate [WHAT]
OPTIONS
 -f, --force   Force rewriting existing file with same name
 -h, --help    show CLI help
 -n, --name=name file name

See code: src\commands\generate.ts

acct zip [FILE]

Generates zip file into .releases directory of your current project based on latest tag

USAGE
$ acct zip [FILE]
OPTIONS
 -f, --force
 -h, --help    show CLI help
 -n, --name=name name to print

See code: src\commands\zip.ts