A cli, it can generate eslint, prettier and vscode config.
npm install -g @ricann/cli
ricann init ./demo
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.