0.0.3 • Published 6 months ago

@nozomiishii/postinstall v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@nozomiishii/postinstall

Install

pnpm add -D @nozomiishii/postinstall

Usage

Add this package to your project's postinstall script using pnpm CLI

pnpm pkg set scripts.postinstall="postinstall"

Your package.json should contain this configuration

package.json

{
  "postinstall": "postinstall"
}

Run install to trigger the postinstall script which sets up development tools

pnpm install
0.0.3

6 months ago

0.0.2

6 months ago