A thought-plugin for Bootprint modules
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
You can then add a file .thought/config.js
to your
project, with the following contents.
module.exports = {
plugins: [
require('thought-plugin-bootprint')
]
}
You can see the plugin in action in the example-project
see docs/api.md
thought-plugin-bootprint
is published under the MIT-license.
See LICENSE.md for details.
For release notes, see CHANGELOG.md
See CONTRIBUTING.md.