@yanp/pure
v1.0.5
Published
pnpm release tool
Downloads
1
Readme
pn-release
A beautiful cli tool for intergrated process of pnpm release
✨ Feature
- One common and quick tool for pnpm release
- CLI interacion UI
- Combine with version update, tag commit, building(optional), change log(optional), pushing to git, publishing(optional) etc.
🚀 Start
install
npm i -D @yanp/pure # OR yarn add -D @yanp/pure
"scripts": {
"release": "pure"
},
npm run release # OR yarn release