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
- Host: GitHub
- URL: https://github.com/release-it/plugin-starterkit
- Owner: release-it
- License: mit
- Created: 2019-05-09T08:40:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T17:38:09.000Z (about 3 years ago)
- Last Synced: 2025-04-11T10:43:17.036Z (9 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 3
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
}
```