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.
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.).
Maybe the name should be changed from
npm-private
(which is too long to type) topmp
(private package manager. We could create another repository for that purpose in order to keep this one stable.The goal is to use
ppm
likenpm
.Install ppm:
npm install -g ppm
Use ppm:
ppm install -g | --save | --save-dev | ... <github_org>/<github_repo>
ppm install
0.0.1
,~0.0.1
,^0.0.1
, etc.See npm cli documentation.
It would be cool to replace
release-it
withppm publish
. This way we could implement a more Gradle-like or Maven-like release process (like handling SNAPSHOT releases etc.).