plotter shell for building angular2 web apps
- run bash shell
- change to folder (example:
cd /c/a/p/plotter-shell-angular2
) npm install
npm run tsc
- run another bash shell
- change to folder (example:
cd /c/a/p/plotter-shell-angular2
) npm run copy
- (do dev work)
- (author only) bump version in
package.json
- (author only)
npm publish