https://github.com/release-it/create-release-it
Add release-it to any project
https://github.com/release-it/create-release-it
Last synced: about 1 year ago
JSON representation
Add release-it to any project
- Host: GitHub
- URL: https://github.com/release-it/create-release-it
- Owner: release-it
- Created: 2019-06-06T18:37:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-23T19:33:10.000Z (over 1 year ago)
- Last Synced: 2025-03-23T19:40:53.127Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/release-it/release-it
- Size: 3.91 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# create-release-it
To add release-it to any project:
```
npm init release-it
```
This temporarily installs `create-release-it` (this project), and runs [the `bin` script](./index.js) in
`./package.json`. This script will install [release-it](https://github.com/release-it/release-it) to the project, and
add basic configuration to either `.release-it.json` or `package.json`.
Also see [npm-init](https://docs.npmjs.com/cli/init).