Skip to content

YanPanMichael/pn-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 pn-release # OR yarn add -D pn-release
  "scripts": {
    "release": "pnrelease"
  },
npm run release # OR yarn release


😉😘 If it is helpful to you, please add ⭐️Star Thanks~