angular-cli-webpack
angular-cli-webpack copied to clipboard
Add code style and code organization
- Add tslint.json
- Add travis CI
- Add codecoverage
- Add contributing.md+ precommit hooks
- Add changelog generator
Should we close this issue?
There are 3 more things left to do
- Add codecoverage
- Add contributing.md+ precommit hooks
- Add changelog generator
To generate reasonable changelogs it's better to enforce commit message format. I'd suggest conventional-changelog which is based on angular's commit msg format.
@splincode also you should update issue message to represent progress.
~1. Add tslint.json~
~2. Add travis CI~
3. Add codecoverage
4. Add contributing.md+ precommit hooks
5. Add changelog generator