/khaos-node

A Khaos template to start new node modules.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

khaos-node

A Khaos template to start new node modules.

Usage

Create a new node module with:

khaos create mongodb-js/khaos-node ./mymodule

Install and create locally

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

License

Apache 2