Closed yairodriguez closed 7 years ago
Setting up a project with a solid build process and automated testing.
All issues in project: AngularJS.
64d471e
package.json
jshint
.jshintrc
.travis.yml
a011c29
5a9e143
95c47e4
555d78f
0dd3ab3
4b83b28
147ebcf
d1b28e3
ac59769
Setting up a project with a solid build process and automated testing.
Issues Addressed
All issues in project: AngularJS.
Release Checklist
64d471e
] - setup: Enable JSHint and Continuous Integration.package.json
file for npm.jshint
library..jshintrc
configuration file..travis.yml
configuration file.a011c29
] - build: Automatically run tests before every commit with ghooks.5a9e143
] - tool: Install EditorConfig on the project.95c47e4
] - tool: Add ES6 support.555d78f
] - tool: Enable JavaScript Unit Testing.0dd3ab3
] - tool: Configure Browserify in project.4b83b28
] - tool: Enable ES6 in Karma and project.147ebcf
] - build: Ignore coverage folder.d1b28e3
] - tool: Enable Code Coverage with Istanbul and ES6.[x] [
ac59769
] - tool: Add configuration to generate docs by JSDoc.Approvals