Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/linemanjs/lineman

Lineman helps you build fat-client JavaScript apps. It produces happiness by building assets, mocking servers, running specs on every file change
https://github.com/linemanjs/lineman

Last synced: about 2 months ago
JSON representation

Lineman helps you build fat-client JavaScript apps. It produces happiness by building assets, mocking servers, running specs on every file change

Awesome Lists containing this project

README

        

# Lineman

[![Build Status](https://travis-ci.org/linemanjs/lineman.png?branch=master)](https://travis-ci.org/linemanjs/lineman)

## Documentation

Lineman is a tool to help you build fat-client webapp projects. It requires [node.js](http://nodejs.org) & [npm](http://npmjs.org) and wouldn't be possible without [grunt](http://gruntjs.com/).

Lineman is documented thoroughly [here](https://github.com/linemanjs/lineman-docs/tree/master/app/pages)

## Install

To install Lineman, first install [Node.js](http://nodejs.org) and then run:

``` bash
$ npm install -g lineman
```

To create a new project:

```
$ lineman new banana-stand
```

Which will print out some basic instructions.

## License

Lineman is copyright of Test Double and is licensed under the MIT License.