4.0.4 • Published 4 years ago

thought-plugin-bootprint v4.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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.

4.0.4

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago