0.0.16 • Published 10 years ago

mynpm v0.0.16

Weekly downloads
2
License
MIT
Repository
-
Last release
10 years ago

##installation install the package using npm

npm install mynpm

##start your registry instance launching your own registry instance is easy. The registry server is an instance of http.Server.

var registry = require('mynpm').createServer({
  dppath: "/tmp/mynpm"
}, function (error) {
  console.log("registry ready");
}).listen(8020, function () {
  console.log("registry listening on 8020");
});

##publish to your registry

npm --registry http://localhost:8020 adduser
npm --registry http://localhost:8020 publish
0.0.16

10 years ago

0.0.15

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

11 years ago

1.0.5

11 years ago

1.0.4

11 years ago

1.0.3

11 years ago

1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago