dynamic-content
Version:
dynamic content functionality for roots
33 lines (20 loc) • 1.34 kB
Markdown
Roots Dynamic Content
=====================
[](http://badge.fury.io/js/dynamic-content) [](https://travis-ci.org/carrot/roots-dynamic-content) [](https://coveralls.io/r/carrot/roots-dynamic-content) [](https://gemnasium.com/carrot/roots-dynamic-content)
Dynamic content functionality for roots
> **Note:** This project is in early development, and versioning is a little different. [Read this](http://markup.im/#q4_cRZ1Q) for more details.
### Installation
- make sure you are in your roots project directory
- `npm i dynamic-content -S`
- modify your `app.coffee` file to include the extension, as such
```coffee
dynamic_content = require 'dynamic-content'
module.exports =
extensions: [dynamic_content()]
# everything else...
```
### Usage
Please see the [documentation](docs) for an overview of the functionality.
### License & Contributing
- Details on the license [can be found here](LICENSE.md)
- Details on running tests and contributing [can be found here](contributing.md)