An open API service indexing awesome lists of open source software.

https://github.com/release-it/plugin-starterkit

Plugin starterkit for release-it
https://github.com/release-it/plugin-starterkit

Last synced: 3 months ago
JSON representation

Plugin starterkit for release-it

Awesome Lists containing this project

README

          

# My plugin for release-it

This [release-it plugin](https://github.com/release-it/release-it/blob/master/docs/plugins.md) ...

```
npm install --save-dev my-plugin
```

In [release-it](https://github.com/release-it/release-it) config:

```
"plugins": {
"my-plugin": {
"prop": "value"
}
}
```