danieldietrich / npm-private

🚀A script that allows to use GitHub release assets as private npm dependencies.
0 stars 0 forks source link

Rewrite bash script as node module #1

Open danieldietrich opened 5 years ago

danieldietrich commented 5 years ago

Maybe the name should be changed from npm-private(which is too long to type) to pmp (private package manager. We could create another repository for that purpose in order to keep this one stable.

The goal is to use ppm like npm.

Install ppm: npm install -g ppm

Use ppm:

See npm cli documentation.


It would be cool to replace release-it with ppm publish. This way we could implement a more Gradle-like or Maven-like release process (like handling SNAPSHOT releases etc.).