https://github.com/marvinjwendt/publish-npm-modules
https://github.com/marvinjwendt/publish-npm-modules
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marvinjwendt/publish-npm-modules
- Owner: MarvinJWendt
- Created: 2018-12-20T00:15:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T08:29:59.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T22:48:39.790Z (8 months ago)
- Language: JavaScript
- Size: 123 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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