Angular-RU / angular-cli-webpack

Webpack configuration modifier for @angular/cli
MIT License
67 stars 5 forks source link

Add code style and code organization #4

Open splincode opened 6 years ago

splincode commented 6 years ago
  1. Add tslint.json
  2. Add travis CI
  3. Add codecoverage
  4. Add contributing.md+ precommit hooks
  5. Add changelog generator
obenjiro commented 6 years ago

Should we close this issue?

splincode commented 6 years ago

There are 3 more things left to do

  1. Add codecoverage
  2. Add contributing.md+ precommit hooks
  3. Add changelog generator
tplk commented 6 years ago

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.

tplk commented 6 years ago

@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