1.0.5 • Published 2 years ago

@yanp/pure v1.0.5

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

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