NPM allows encapsulating commands through the scripts element in project.json. Currently, developers have to execute many commands in a specific sequence in order to set up and start the project.
By for example typing `npm setup` would run npm install, ionic state restore, bower, etc. in order to pull down the required dependencies and set up the dev environment. This issue involves enabling the following commands through NPM:
- npm start: Starts hosting the application through ionic serve and starts the gulp watch task
- npm setup: Sets up the development environment and pulls down the dev dependencies
- npm reinstall: Cleans node_modules, bower packages, platform directory and runs npm setup
- is blocked by
-
MOBILE-1796 Update Node.js to 6.x
-
- Closed
-
-
MOBILE-1877 Separation of devDependencies and dependencies in package.json
-
- Closed
-