Skip to content

gozeon/pnr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pnr

private npm registry

run server

yarn workspace server start

publish package

use packages/cli, you can upload public registry or npm link --local

pnr

or local

npx pnr

pnr will also run the prepack and postpack lifecycles

install package

npm install http://localhost:3000/uploads/pnr@0.0.0.tgz

or 

yarn add http://localhost:3000/uploads/pnr@0.0.0.tgz