Use this extension to quickly publish NPM modules. You can also choose to push your changes to git automatically!
- Version your NPM modules with
PATCH | MINOR | MAJOR
- Publish your NPM modules
- Push to GIT
- Press
CTRL+SHIFT+P
to open yourCommand Palette
. - Type:
NPM: Publish
and choose an option! - The tool will version your module, publish it and optionally push it to your GIT repo with correct tags.
🚢 it
- Better documentation
- Code cleanup
Initial release