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

https://github.com/marvinjwendt/publish-npm-modules


https://github.com/marvinjwendt/publish-npm-modules

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Publish NPM Modules

Use this extension to quickly publish NPM modules. You can also choose to push your changes to git automatically!

## :star: Features

- Version your NPM modules with `PATCH | MINOR | MAJOR`
- Publish your NPM modules
- Push to GIT

## :clipboard: Usage

1. Press `CTRL+SHIFT+P` to open your `Command Palette`.
2. Type: `NPM: Publish` and choose an option!
3. The tool will version your module, publish it and optionally push it to your GIT repo with correct tags.

## :notebook: Release Notes

:ship: it

### 1.1.0

- Better documentation
- Code cleanup

### 1.0.0

Initial release