A Khaos template to start new node modules.
Create a new node module with:
khaos create mongodb-js/khaos-node ./mymodule
You can also save the template locally and create new instances from the saved version.
Save the template locally under the name "node" with:
khaos install mongodb-js/khaos-node node
To instantiate new module from the local version, use
khaos create node ./mymodule
Apache 2