-
Notifications
You must be signed in to change notification settings - Fork 3
Modules
Ayrton Sparling edited this page Apr 1, 2018
·
6 revisions
Go to https://www.npmjs.com/search?q=nmmes-module-
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
.
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.
- https://github.com/NMMES/nmmes-module-stats
- https://github.com/NMMES/nmmes-module-he-audio
- https://github.com/NMMES/nmmes-module-normalize
- https://github.com/NMMES/nmmes-module-encoder - This module is an encoder module. This means the module performs very many specialized tasks such as consuming the map and creating an encoded media file.