https://github.com/cnlon/easy-release
Easier to release NPM package
https://github.com/cnlon/easy-release
git npm publish release
Last synced: about 2 months ago
JSON representation
Easier to release NPM package
- Host: GitHub
- URL: https://github.com/cnlon/easy-release
- Owner: cnlon
- License: mit
- Created: 2017-05-12T08:39:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T11:59:40.000Z (over 8 years ago)
- Last Synced: 2024-04-25T03:02:41.290Z (about 2 years ago)
- Topics: git, npm, publish, release
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# easy-release
[](https://www.npmjs.com/package/easy-release)
[](https://www.npmjs.com/package/easy-release)
[](http://standardjs.com)
Easier to release NPM package
## Installation
```bash
npm install -g easy-release
```
## Usage
1. Go to NPM project directory
2. Update version number in package.json
3. `release`
---
Thanks [@fengcen](https://github.com/fengcen) for NPM package name: "easy-release".