https://github.com/mglagola/npmgit-publish
Simple script for keeping your git & npm versions in sync
https://github.com/mglagola/npmgit-publish
git npm npm-package tagging
Last synced: 6 months ago
JSON representation
Simple script for keeping your git & npm versions in sync
- Host: GitHub
- URL: https://github.com/mglagola/npmgit-publish
- Owner: mglagola
- Created: 2017-04-18T14:15:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-30T03:05:40.000Z (over 7 years ago)
- Last Synced: 2024-10-05T16:42:11.143Z (about 1 year ago)
- Topics: git, npm, npm-package, tagging
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NPM Publish + Git Tag at the same time
Keep your git & npm versions in sync.
## Installation
```bash
$ npm install -g npmgit-publish
```## Usage
```bash
$ cd /path/to/project
$ npmgit publish ""
```