1.0.2 • Published 11 years ago

arabica v1.0.2

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

Arabica

Arabica is a simple tool for building CoffeeScript/JavaScript projects. It will concatenate and compile multiple .coffee/.js files into a single output, optionally minified using UglifyJS.

Configuration

Project options are specified in arabica.json, located at the root of your project.

{
  "paths": [
      "src/lib/underscore.min.js",
      "src/one.coffee",
      "src/two.coffee",
      "src/three.coffee",
  ],
  "out": "build.min.js",
  "uglify": true
}

Usage

arabica build DIRECTORY - Build the project using the arabica.json file located at DIRECTORY (defaults to current directory)

arabica clean - Removes the output file specified in arabica.json

Example

There is a simple example set up in the example/ directory.

Installation

Arabica is distributed as an npm package. To install, type

$ npm install arabica -g

This will install the arabica executable on your system.

License

Arabica is licensed under MIT. For details, see the LICENSE file.

1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago