@bleenco/morose
v0.3.0
Published
lightweigth alternative to npm registry
Readme
morose
Run npm registry on your own servers.
morose is currently in development mode. It currently supports:
- registering/uploading packages
- supports basic semver wildcards (1.1.x) and ranges
- a few basic routes to see what's registered
- all packages info is saved in cache
Here's what it doesn't do yet:
- authentication on publish
- searching for packages
Installation
$ npm install morose -gUsage
Running a Server
morose-serverPublishing package to registry
cd into package root directory you want to publish (should have package.json file) and:
morose publish [url:port]where url is the HTTP url where morose-server is running. ie:
morose publish https://morose.example.com:4720you can ofc omit port if morose server is running on port 80.
Installing package from morose server
npm install https://morose.example.com:4720/package/[package-name]/latestor
npm install https://morose.example.com:4720/package/[package-name]/1.1.0LICENCE
MIT
