1.0.3 • Published 6 years ago

node-elma v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Build Status Inline docs Coverage Status Known Vulnerabilities

node-elma

Elasto Mania NPM package for working with level and replay files. Currently still under heavy development.

Install

npm install node-elma --save

Documentation and usage

See https://doclets.io/elmadev/node-elma/master.

Contribute

  1. Fork this project
  2. Enter the following:
git clone https://github.com/YOUR-NAME/node-elma.git
cd node-elma
npm install #Alternatively use 'yarn' instead of 'npm install'
  1. Create your changes.
  2. npm test and make sure everything passes.
  3. Send a pull request!

Do not modify any of the tests unless you know there is a mistake, or you need to add a new test for a new feature, or if something is missing.

Issues

If you spot any errors, make a new issue and write as many details as you can regarding the error.