tandem-core
v0.6.2
Published
WARNING ===
Downloads
16
Readme
WARNING
Please do not publicize this repository in any way. There are a few known documentation gaps and other issues we wish to address before publication. Thank you for your patience.
Tandem Core
This repository is also both a Rails gem and a Node.js module.
Project Organization
Top level files/directories
The tandem source code is in the src folder. Tests are in the tests folder.
All other files/directories are just supporting npm/bundler, build, or documentation files.
build - javascript output
lib - bundler
src - source code
tests - tests written for Mocha on node.js
vendor/assets/javascripts/* - symlinks to src with .module added before extension
delta.js - entry point for tandem/scribe coffeeify
index.js - npm
package.json - npm
tandem-core-rails.gemspec - bundler
Version numbers
Until we write a script, version numbers will have to be updated in the following files:
- lib/tandem-core-rails/version.rb
- package.json
Tests
We use the mocha testing framework. To run:
make test
To run code coverage tests:
make cov
Visit coverage/lcov-report/index.html in your browser to see the output.