Skip to content

bootprint/thought-plugin-bootprint

Repository files navigation

thought-plugin-bootprint

NPM version Travis Build Status Coverage Status Greenkeeper badge

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.