# Palimpsest by Evan Boyd Sosenko. _No web framework, no problem: Palimpsest gives any custom or legacy project a modern workflow and toolset._ Built flexible, simple, and customizable. Palimpsest runs on top of any project and acts as a post processor for your code. Features a [Sprockets](https://github.com/sstephenson/sprockets) asset pipeline and easy integration with [Kit](https://github.com/razor-x/kit). [![Dependency Status](https://gemnasium.com/razor-x/palimpsest.png)](https://gemnasium.com/razor-x/palimpsest) [![Build Status](https://travis-ci.org/razor-x/palimpsest.png?branch=master)](https://travis-ci.org/razor-x/palimpsest) [![Coverage Status](https://coveralls.io/repos/razor-x/palimpsest/badge.png)](https://coveralls.io/r/razor-x/palimpsest) [![Code Climate](https://codeclimate.com/github/razor-x/palimpsest.png)](https://codeclimate.com/github/razor-x/palimpsest) ## Installation Add this line to your application's Gemfile: gem 'palimpsest' And then execute: ````bash $ bundle ```` Or install it yourself as: ````bash $ gem install palimpsest ```` ## Usage **Palimpsest should not be considered stable until version 0.1.0 is released.** ### Documentation _Comprehensive documentation and examples will be added to this REAME soon._ _For now, reference the YARD documentation below._ The primary documentation for Palimpsest is this README and the YARD source documentation. YARD documentation for all gem versions is hosted on the [Palimpsest gem page](https://rubygems.org/gems/palimpsest). Documentation for the latest commits is hosted on [the RubyDoc.info project page](http://rubydoc.info/github/razor-x/palimpsest/frames). ## Development ### Source Repository The [Palimpsest source](https://github.com/razor-x/palimpsest) is hosted at github. To clone the project run ````bash $ git clone git@github.com:razor-x/palimpsest.git ```` ## License Palimpsest is licensed under the MIT license. ## Warranty This software is provided "as is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantibility and fitness for a particular purpose.