neat

WebJar for neat

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

neat
Последняя версия

Последняя версия

1.2.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

neat
WebJar for neat
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/abe33/neat

Скачать neat

Имя Файла Размер
neat-1.2.2.pom
neat-1.2.2.jar 308 KB
neat-1.2.2-sources.jar 22 bytes
neat-1.2.2-javadoc.jar 22 bytes
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (17)

Идентификатор библиотеки Тип Версия
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)

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.2.2