npm.click

0.0.51 • Public • Published

NPM.CLICK

What does npm.click do? npm.click allows you to publish and update your NPM package in one simple execution command! Example:

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

Readme

Keywords

Package Sidebar

Install

npm i npm.click

Weekly Downloads

42

Version

0.0.51

License

ISC

Unpacked Size

6.61 kB

Total Files

5

Last publish

Collaborators

  • salvage_dev