0.0.9 • Published 4 years ago

za-lint-cli v0.0.9

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

za-lint-cli

Auto init eslint, prettier, stylelint, tsconfig and husky for pre-commit gitHook.

oclif Version Downloads/week License

Usage

$ npm install -g za-lint-cli
$ za-lint-cli COMMAND
running command...
$ za-lint-cli (-v|--version|version)
za-lint-cli/0.0.9 darwin-x64 node-v12.20.1
$ za-lint-cli --help [COMMAND]
USAGE
  $ za-lint-cli COMMAND
...

Commands

za-lint-cli hello [FILE]

test for cli

USAGE
  $ za-lint-cli hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ za-lint-cli hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

za-lint-cli help [COMMAND]

display help for za-lint-cli

USAGE
  $ za-lint-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

za-lint-cli init [FILE]

Replace locale eslint, prettier, stylelint, tsconfig.json with template files and add husky to use pre-commit githook

USAGE
  $ za-lint-cli init [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ za-lint-cli init

See code: src/commands/init.ts