Skip to content

Modules

Ayrton Sparling edited this page Apr 1, 2018 · 6 revisions

List of available modules

Go to https://www.npmjs.com/search?q=nmmes-module-

Installing Modules

Always be sure to install compatible module versions by installing a module with the correct version. To do this first check the module version supported by NMMES-cli by running the nmmes --version command, then install a module with the specified version. For example if my NMMES-cli's module version was 0 and I wanted to install the he-audio module, I would run npm install --global nmmes-module-he-audio@0.

Developing Modules

Learning how to develop modules can be a difficult task to learn at first but once you get down the basics it's smooth sailing. Here are a list of modules to look at and learn from in order from simplest to most complex.

Clone this wiki locally