neat

WebJar for neat

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

neat
Last Version

Last Version

1.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

neat
WebJar for neat
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/abe33/neat

Download neat

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/neat/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>neat</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/neat/
implementation 'org.webjars.npm:neat:1.2.2'
// https://jarcasting.com/artifacts/org.webjars.npm/neat/
implementation ("org.webjars.npm:neat:1.2.2")
'org.webjars.npm:neat:jar:1.2.2'
<dependency org="org.webjars.npm" name="neat" rev="1.2.2">
  <artifact name="neat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='neat', version='1.2.2')
)
libraryDependencies += "org.webjars.npm" % "neat" % "1.2.2"
[org.webjars.npm/neat "1.2.2"]

Dependencies

compile (17)

Group / Artifact Type Version
org.webjars.npm » haml-coffee jar [1.11.1,1.12)
org.webjars.npm : mustache jar [0.7.2,0.8)
org.webjars.npm : coffeelint jar [0.5.4,0.6)
org.webjars.npm : growly jar [1.1.1,1.2)
org.webjars.npm : commander jar [1.1.1,1.2)
org.webjars.npm » github-com-abe33-jasmine-node jar feature_multiple_paths_args
org.webjars.npm : marked jar [0.2.8,0.3)
org.webjars.npm : uglify-js jar [2.3.0,2.4)
org.webjars.npm » notify-send jar [0.1.2,0.2)
org.webjars.npm : glob jar [3.2.1,3.3)
org.webjars.npm : colors jar ~0.6.0-1
org.webjars.npm : q jar 0.9.3
org.webjars.npm : coffee-script jar [1.6.2,1.7)
org.webjars.npm » github-com-abe33-docco jar feature-e*ports
org.webjars.npm » github-com-abe33-highlight-js jar node_build
org.webjars.npm : js-yaml jar 2.0.5
org.webjars.npm : stylus jar [0.32.1,0.33)

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.2.2