# 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.
