Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcollina/nodezoo-npm-all
nodezoo-npm-all
https://github.com/mcollina/nodezoo-npm-all
Last synced: 13 days ago
JSON representation
nodezoo-npm-all
- Host: GitHub
- URL: https://github.com/mcollina/nodezoo-npm-all
- Owner: mcollina
- License: mit
- Created: 2015-01-14T14:08:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-21T18:33:50.000Z (over 10 years ago)
- Last Synced: 2024-12-17T15:43:12.470Z (23 days ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
nodezoo-npm-all
===============nodezoo-npm-all
# Testing
```sh
$ sudo npm install -g underscore-cli
``````sh
$ node srvs/npm-all-dev.js --seneca.log.all
``````sh
$ curl -s -d '{"role":"run","cmd":"execute","name":"npm-all"}' http://localhost:9201/act | underscore pretty
{ procid: "PROCID", name: "npm-all"
``````sh
curl -s -d '{"role":"run","cmd":"query","procid":"PROCID"}' http://localhost:9201/act | underscore pretty
```