ng2-build
v1.0.1
Published
Tools for building Angular ng2(+ng1) apps
Downloads
7
Readme
ng2-build
Build tool for Angular apps
Installation
npm install ng2-build --save
Features
- Works for ng2
- Works for ng1+ng2
Usage
- install it
- move tools, gulpfile.ts, tsconfig.json, tslint.json, typings.json to the project folder (outside of the node_modules)
- update config.ts
- package.example.json as a startup package.json for the project
- move it to the project folder
- rename it into package.json
- update it properly
- npm start
mv node_modules/ng2-build/tools node_modules/ng2-build/gulpfile.ts node_modules/ng2-build/tsconfig.json node_modules/ng2-build/tslint.json node_modules/ng2-build/typings.json .
mv node_modules/ng2-build/package.example.json package.json
Release History
- 1.0.0 Initial release