0.1.3 • Published 7 years ago

thought-plugin-thought-plugin v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

thought-plugin-thought-plugin

NPM versionTravis Build StatusCoverage Status

A thought plugin for thought plugins

This plugin is a thought plugin for thought plugins. It generated the documentation that is usually required for thought-plugins:

  • Helpers API
  • Partials-Configuration
  • Generics about installation and usage

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-thought-plugin

Usage

You can then add a file .thought/config.js to your project, with the following contents.

module.exports = {
  plugins: [
    require('thought-plugin-thought-plugin')
  ]
}

Example

There is no example for this plugin. The example use of this plugin is the plugin itself.

API (Partials and Helpers)

see docs/api.md

License

thought-plugin-thought-plugin is published under the MIT-license.

See LICENSE.md for details.

Release-Notes

For release notes, see CHANGELOG.md

Contributing guidelines

See CONTRIBUTING.md.

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago