-
-
Notifications
You must be signed in to change notification settings - Fork 80
Peer to Peer Helpers #47
Copy link
Copy link
Open
Labels
type: feedbackIssue/PR is a review of a feature or contentIssue/PR is a review of a feature or content
Metadata
Metadata
Assignees
Labels
type: feedbackIssue/PR is a review of a feature or contentIssue/PR is a review of a feature or content
Please can we change the
clone-node.jsscript to work:a)
clone-node.jsaccepts a number of nodes to clone (e.g.node clone-node.js 2- create 2 more nodes)b) Nodes should be startable from the root (e.g.
node node-1/index.js)c) Maybe even a
node start-all-nodes.jsscript?d) The
clone-node.jsscript should delete all nodes and recloneAfter playing a bit, I made some of these changes myself, because I got so sick and tired of cloning, deleting,
cding, starting...