Sha256: 69c06e020cf7b57c5abbce575d36aee8afaa1b48df771c86492e27a81411479e
Contents?: true
Size: 652 Bytes
Versions: 4
Compression:
Stored size: 652 Bytes
Contents
# Vapid The world's dumbest content management system. TODO: Fill in the README file ## Installation ```ruby gem install vapid ``` ## Usage To create a new project: $ vapid new /path/to/project $ cd /path/to/project Then run the local development server: $ vapid server Add HTML attributes to describe the editable content: ```html <h1 vp-text="headline"></h1> ``` When you're ready, run the `build` command. Vapid will look at your project templates, and construct the control panel: $ vapid build ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
vapid-0.1.3 | README.md |
vapid-0.1.2 | README.md |
vapid-0.1.1 | README.md |
vapid-0.1.0 | README.md |