Sha256: b10cbf5e365c07af7ebc2961bf4c25d21048d9034b52ca3ce35657e7b6f0ff16

Contents?: true

Size: 992 Bytes

Versions: 8

Compression:

Stored size: 992 Bytes

Contents

# Linner

Linner is a full-featured HTML5 application assembler.

![Linner](http://d.pr/i/bWPA+)

* Fast!
* Supports `Sass` and `Coffee`.
* Supports OS X Lion and Mountaion Lion Notifications.
* Supports Modular Javascript, All your code will be wrap by `CMD`.
* Supports `concat` code by `config file` not `directive processor`.
* Supports `copy` code from `src` to `dist`.
* Supports Real-time `concat` by `$ linner watch`.
* Supports `compress` by `$ linner build`.

## Requirements

* Ruby 2.0

## Installation

    $ gem install linner

## Usage

Skeleton:

    $ linner new webapp && cd webapp

Watch:

    $ linner watch

Server:

    $ ./bin/server # or server if put "./bin" in your PATH

Build:

    $ linner build

Clean:

    $ linner clean

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
linner-0.3.1 README.md
linner-0.3.0 README.md
linner-0.2.0 README.md
linner-0.1.5 README.md
linner-0.1.4 README.md
linner-0.1.3 README.md
linner-0.1.2 README.md
linner-0.1.1 README.md