Skip to content

konobi/npmmini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

npmmini provide a small lightweight server to provide a shared npm registry for serving items from an npm cache.

Installation

npm install npmmini

Usage

VERY VERY ALPHA VERSION

node server.js

This will run the server on http://127.0.0.1:3000/

To populate the npm cache run:

npm --cache /tmp/cache_npmmini install <pkg>

You can then use the following to use the npmmini server:

npm --registry http://127.0.0.1:3000/ install <pkg>

Github

For git repository and issues, please see

License

MIT. (See LICENSE file)

Author

Scott McWhirter - Github profile

About

Lightweight registry server for npm to serve npm cache contents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published