andre-d / JSMESS_Loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSMESS Loader

Loads MESS ROM images.

Build Status

Example

TBD

Development

In order to contribute, you will need to install: Node.js. This is a JavaScript interpreter similar to python or ruby that is used to execute the various tooling.

Note if you install with something like Homebrew or Aptitude, you may need to install NPM separately.

Once you have installed the above, simply run npm install inside the project directory.

Tests

Unit tests can be invoked from the command line via:

npm test

Documentation

At the moment there are no pubished resources for API documentation, but fear not, you can generate the API documentation by running:

npm run jsdoc

Once that completes you can open docs/index.html in your browser.

License

Copyright (c) 2014 Licensed under the MIT license.

About

License:MIT License


Languages

Language:JavaScript 96.9%Language:CSS 3.1%