2.8.1 • Published 4 years ago

create-yapp-release-it-setup v2.8.1

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

create-yapp-release-it-setup

Simple npm init / yarn create bin package to add release-it setup used by yapp (inspired by @rwjblue).

This will do the following:

  • add release-it config to the package.json
  • install required dependencies,
  • add a CHANGELOG.md
  • add a RELEASE.md
  • update your repository's labels with our "go to" defaults

Usage

When you want to set up a repo with release-it, you can run:

yarn create yapp-release-it-setup

If you'd like to update an existing repo to use the latest and greatest setup, you can run:

yarn create yapp-release-it-setup --update

If you'd like to run only the label sync, you can do that with:

yarn create yapp-release-it-setup --labels-only

License

This project is licensed under the MIT License.