An open API service indexing awesome lists of open source software.

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

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 ""
```