ng-helper-cli
v1.1.2
Published
Helper to setup angular project to my liking
Readme
ng-helper-cli
Cli which adds dependencies and configures prettier and eslint for new angular projects. Also create basic directories and add configurated scripts for indexify-dir-cli
Install
# using npm
npm i -g ng-helper-cliArguments:
path (Optional) Path angular project root (default: null)
Options:
-v --version Output the version number --np --no-prettier Cli will not add pretier to the project --nps --no-prettier-script Cli will not add a script that run prettier on the entire project --npf --no-prettier-format Cli will not run prettier on the entire project --ne --no-eslint Cli will not add eslint to the project --ns --no-structure Cli will not add core directories structure --sd --structure-dirs <string...> Additional directories to add in core directory (default: []) --ni --no-indexify Cli will not add indexify dependency and scripts --legacy-peer-deps All npm installation will be done with --legacy-peer-deps flag (default: false) -V --verbose Make cli more talkative :) (default: false) -h, --help display help for command
