0.1.1 • Published 11 years ago
bitshadowitems v0.1.1
bitshadowitems
Components for Bit-Shadow Machine simulations.
##Install
To include bitshadowitems as a component in your project, use the node module.
npm install bitshadowitems --saveYou can also use the standalone version and reference the js file from your document.
<html>
<head>
<script src="scripts/bitshadowitems.min.js" type="text/javascript" charset="utf-8"></script>
</head>
...##Usage
Please review the docs for more details.
##Building this project
This project uses Grunt. To build the project first install the node modules.
npm installNext, run grunt.
gruntTo run the tests, run 'npm test'.
npm testTo check test coverage run 'grunt coverage'.
grunt coverageA pre-commit hook is defined in /pre-commit that runs jshint. To use the hook, run the following:
ln -s ../../pre-commit .git/hooks/pre-commitA post-commit hook is defined in /post-commit that runs the Plato complexity analysis tools. To use the hook, run the following:
ln -s ../../post-commit .git/hooks/post-commitView the code complexity report.
0.1.1
11 years ago