https://github.com/utwo/npm-package-starter
https://github.com/utwo/npm-package-starter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/utwo/npm-package-starter
- Owner: Utwo
- License: mit
- Created: 2018-07-20T13:01:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:16:18.000Z (over 3 years ago)
- Last Synced: 2026-01-03T16:25:57.174Z (6 months ago)
- Language: JavaScript
- Size: 486 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Npm package starter
[![npm]()]()
[![Build Status]()]()
[![Codecov]()]()
[](https://github.com/prettier/prettier)
### About
A simple npm package boilerplate with:
* Typescript
* Prettier
* TSLint
* Jest testing
* Travis (test, build, publish) CI
* Codecov test coverage
### Travis
To enable npm package auto publishing, building and testing with Travis CI,
add NPM_TOKEN and NPM_EMAIL environment variables to Travis repo settings.
After that every new tag on master branch will create a new release on NPM.
For easy version updated use:
```
npm version [patch, minor, major] -m "Upgrade to %s for reasons"
```