1.0.5 ā€¢ Published 1 year ago

@yanp/pure v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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