0.19.1 • Published 8 years ago
starterkit v0.19.1
starterkit
Starter kit includes:
- Node app + webpack (dist/starterkit.js)
- Test suite with mocha/chai/sinon
- Code coverage generated with istanbul
- TravisCI config
- ESLint config
- JSDoc config
- Build & publish npm-scripts
- README.md with badges
- scripts/
- changelog.js - generates changes since last tag
- version.js - update and tags current version
Installation:
> mkdir my-project
> cd my-project
> npm init
> npm install -g starterkit
> starterkit-install
> npm install
Configure Travis CI
- Add GITHUB_API_KEY - GitHub / Profile / Settings / Personal Access Tokens (select public_repo)
- Add NPM_API_KEY - authToken from ~/.npmrc
- Add NPM_EMAIL - your email
- Select Auto cancel branch builds
Select General section:
- Build only if .travis.yml is present
- Build branch updates
- Build pull request updates
Create branches
- release
gh-pages
Add project to:
- https://travis-ci.org - to test branches continuously
- https://codecov.io - to report test coverage
- https://snyk.io - to check vulnerabilities in your code and dependencies
- https://www.codacy.com - for automatic code checks ** Add Codacy badge to README.md
- https://greenkeeper.io - to keep dependencies up to date
NPM script commands
- eslint - runs linting with esliint
- doc - generates documentation in docs/code
- build - creates browser build
- test - runs tests
- coverage - generates test coverage report
- codecov - publishes coverage report (part of travisCI config, see .travis.yml)
- version - releases new version (runs tests, generates changelog, builds the project, adds changes to git and tags it)
0.19.1
8 years ago
0.19.0
8 years ago
0.18.0
8 years ago
0.17.1
8 years ago
0.17.0
8 years ago
0.16.1
8 years ago
0.16.0
8 years ago
0.15.3
8 years ago
0.15.2
8 years ago
0.15.1
8 years ago
0.14.1
8 years ago
0.15.0
8 years ago
0.13.2
8 years ago
0.14.0
8 years ago
0.13.1
8 years ago
0.13.0
8 years ago
0.12.0
8 years ago
0.11.0
8 years ago
0.9.0
8 years ago
0.6.4
8 years ago
0.6.3
8 years ago
0.6.2
8 years ago
0.6.0
8 years ago
0.5.0
8 years ago
0.1.0
8 years ago
0.0.37
8 years ago
0.0.36
8 years ago
0.0.35
8 years ago
0.0.34
8 years ago
0.0.33
8 years ago
0.0.32
8 years ago
0.0.31
8 years ago
0.0.22
8 years ago
0.0.21
8 years ago
0.0.20
8 years ago
0.0.19
8 years ago
0.0.18
8 years ago
0.0.17
8 years ago
0.0.16
8 years ago
0.0.15
8 years ago
0.0.14
8 years ago
0.0.13
8 years ago
0.0.12
8 years ago
0.0.11
8 years ago
0.0.10
8 years ago
0.0.9
8 years ago
0.0.7
8 years ago
0.0.6
8 years ago
0.0.5
8 years ago
0.0.4
8 years ago
0.0.3
8 years ago
0.0.2
8 years ago