https://github.com/universaldatatool/automatic-npm-release
Command line program to automatically set up github actions with npm publish releases for a npm module.
https://github.com/universaldatatool/automatic-npm-release
Last synced: 2 months ago
JSON representation
Command line program to automatically set up github actions with npm publish releases for a npm module.
- Host: GitHub
- URL: https://github.com/universaldatatool/automatic-npm-release
- Owner: UniversalDataTool
- Created: 2020-09-09T13:31:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-15T04:52:14.000Z (over 5 years ago)
- Last Synced: 2024-10-29T18:44:03.546Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 140 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automatic NPM Release
This cli allows you to quickly create a Github Actions workflow that will release your npm modules via the [semantic-release system](https://github.com/semantic-release/semantic-release).
## Usage
```
> npx automatic-npm-release
Creating .releaserc.js"...
Creating .github/workflows/release.yml...
Make sure to set NPM_TOKEN to "..." in your github repository
After merging this, your merges to master will automatically be published. Make sure to use the semantic versioning system in your commits. e.g. start a commit with "fix: ..."
```