npm.click
Version:
Hi!
15 lines (13 loc) • 548 B
Markdown
NPM.CLICK
===
What does npm.click do?
**npm.click allows you to publish and update your NPM package in one simple execution command!**
Example:
```js
const PKG = require("npm.click")
PKG("path to package.json")
//You can also add inside the PACKAGE.JSON inside scripts a function called test with this contense!
"update": "node update.js"
```
If you are in Visual Studio Code, you can get an exstention called NPM which allows you to run your NPM scripts with a button click! I 100% recommend it!
It increases the value by 0.0.1