@spring-global/mseries-app-defaults
v0.0.4
Published
**mseries-app-defaults** installs and configures common packages/tools required to enforce coding standards and style.
Downloads
4
Keywords
Readme
mseries-app-defaults
mseries-app-defaults installs and configures common packages/tools required to enforce coding standards and style.
This includes:
Installation
$ npm i @spring-global/mseries-app-defaults -g --save-dev
Execution
If the target application is a react application, run the following command:
$ npx @spring-global/mseries-app-defaults --react
For every other application type, simply run:
$ npx @spring-global/mseries-app-defaults