incubator-cli
v1.0.12
Published
## Installation
Downloads
7
Readme
INCUBATOR-CLI
Installation
npm install -g incubator-cli
Usage
Linters
QUIT WEBSTORM BEFORE EXECUTING THIS COMMAND:
incubator install linters
Params:
- Editor:
- Webstorm: Adds webstorm config files
- VsCode: Adds vscode config files
- Both: Adds both webstorm and vscode config files
- None: Does not add config files
- Package Manager:
- npm: installs node_modules using npm
- yarn: installs node_modules using yarn
- Auto fix:
- yes: run eslint --fix, prettier --write, stylelint --fix for project files after installation
- no: do nothing after installation