Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 499 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 499 Bytes

@ricann/cli

A cli, it can generate eslint, prettier and vscode config.

npm install -g @ricann/cli
ricann init ./demo

command

Usage: ricann <commond> [options]

Options:
  -V, --version  output the version number
  -h, --help     display help for command

Commands:
  init <path>    init with eslint and prettier config and etc.
  info           print debuging information about your environment

 Run  ricann <command> --help for detailed usage of given command.