This is a NodeJS port of amico using CoffeeScript.
All commands have been ported over, with the addition of a callback for anything that calls redis.
This project uses a Makefile to help with development tasks. The following functions are provided:
make test: Generates teh JS from thesrcdir, then runs jessie.make generate-js: Generates the JS from thesrcdir to thelibdirmake remove-js: Deletes the JS from thelibdirmake publish: Generates the JS, publishes to NPM, then deletes the JSmake link: Local link of the package to test before publishing to NPM
Take a look at src/spec_helper.js for some commands to assist in async testing.
Written by Andrew Nordman, based on David Czarnecki's amico.
