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 thesrc
dir, then runs jessie.make generate-js
: Generates the JS from thesrc
dir to thelib
dirmake remove-js
: Deletes the JS from thelib
dirmake 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.