neat
1.2.2
Introduction
A command line tool for Coffeescript projects inspired by Rails and running on Node.js .
Install
Install Node.js, and then the Coffeescript compiler through
npm. Coffeescript is required to access the cake command.
npm install -g coffee-script
Installing Neat through npm:
npm install -g neat
Installing Neat from sources:
git clone git://github.com/abe33/neat.git
cd neat
cake install
cake deploy
Usage
Creating a new project:
neat generate project my_project
Inside a project directory
Installing the dependencies of a project:
neat install
Creating a new Neat command:
neat generate command my_command
Creating a new Neat initializer:
neat generate initializer my_init
Creating a new Neat task:
neat generate task my_task
Creating the package.json file for the project:
neat generate package.json
Project Cake Tasks
Compiling sources:
cake compile
Testing the project:
cake test
Passing the project sources through Coffeelint:
cake lint
Useful Resources
To suggest a feature, report a bug, or general discussion:
http://github.com/abe33/neat/issues/
The source repository:


