https://github.com/nknapp/thought-plugin-thought-plugin
A thought plugin for thought plugins
https://github.com/nknapp/thought-plugin-thought-plugin
Last synced: 2 months ago
JSON representation
A thought plugin for thought plugins
- Host: GitHub
- URL: https://github.com/nknapp/thought-plugin-thought-plugin
- Owner: nknapp
- License: mit
- Created: 2017-05-18T19:53:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T21:42:10.000Z (over 8 years ago)
- Last Synced: 2025-10-22T08:21:21.882Z (2 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# thought-plugin-thought-plugin
[](http://badge.fury.io/js/thought-plugin-thought-plugin)[](https://travis-ci.org/nknapp/thought-plugin-thought-plugin)[](https://coveralls.io/r/nknapp/thought-plugin-thought-plugin)
> 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](https://npmjs.com/package/thought),
first add it to the dev-dependencies of your project
```bash
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.
```js
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](docs/api.md)
# License
`thought-plugin-thought-plugin` is published under the MIT-license.
See [LICENSE.md](LICENSE.md) for details.
# Release-Notes
For release notes, see [CHANGELOG.md](CHANGELOG.md)
# Contributing guidelines
See [CONTRIBUTING.md](CONTRIBUTING.md).