0.1.0 • Published 14 years ago
amico v0.1.0
Node-Amico 
This is a NodeJS port of amico using CoffeeScript.
Differences
All commands have been ported over, with the addition of a callback for anything that calls redis.
Development
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.
Author
Written by Andrew Nordman, based on David Czarnecki's amico.