Coder Social home page Coder Social logo

abe33 / neat Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 2.0 2.02 MB

A command line tool for coffeescript and nodejs projects inspired by rails

License: MIT License

Shell 0.22% Ruby 0.12% JavaScript 8.00% Perl 0.25% CoffeeScript 91.42%

neat's Introduction

Neat

Build Status Dependency Status NPM version Coverage Status

A command line tool for Coffeescript and Node.js projects inspired by Rails.

Documentation

Please take a look at the project pages for documentation.

Install

Install Node.js, and then the Coffeescript compiler through npm (having a global installation of Coffeescript is a good practice if you plan to work on Neat itself):

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:

git://github.com/abe33/neat.git

neat's People

Contributors

abe33 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

pix bcmw

neat's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.