thought-plugin-bootprint
v4.0.4
Published
A thought-plugin for Bootprint modules
Downloads
5
Readme
thought-plugin-bootprint
A thought-plugin for Bootprint modules
Installation
In order to use this plugin for thought, first add it to the dev-dependencies of your project
npm install --save-dev thought-plugin-bootprint
Usage
You can then add a file .thought/config.js
to your
project, with the following contents.
module.exports = {
plugins: [
require('thought-plugin-bootprint')
]
}
Example
You can see the plugin in action in the example-project
API (Partials and Helpers)
see docs/api.md
License
thought-plugin-bootprint
is published under the MIT-license.
See LICENSE.md for details.
Release-Notes
For release notes, see CHANGELOG.md
Contributing guidelines
See CONTRIBUTING.md.