dominictarr / npmd

MIT License
450 stars 37 forks source link

npmd publish #26

Closed ghost closed 10 years ago

ghost commented 10 years ago

This is the first half of the npmd publish command. With this patch you can npmd publish and the indexes will be updated so that npmd install yourpackage and npmd search yourpackage both work. Publishes are also written to a publish queue sublevel but right now nothing happens with this publish queue. The next phase of npmd publish will be integrating the publish queue with the npmd --sync so that queued packages will be uploaded to the primary npm repository.

dominictarr commented 10 years ago

Awesome. I'll merge this when it can push to the registry.

ghost commented 10 years ago

Now npmd queue sync will take packages off the local publish queue and sync them to the primary npm repository.

dominictarr commented 10 years ago

this is totally awesome! merged into 0.11.0!