https://github.com/sachinraja/yarn-plugin-postinstall-dev
Run a postinstallDev script after installation
https://github.com/sachinraja/yarn-plugin-postinstall-dev
yarn yarn-plugin
Last synced: 2 months ago
JSON representation
Run a postinstallDev script after installation
- Host: GitHub
- URL: https://github.com/sachinraja/yarn-plugin-postinstall-dev
- Owner: sachinraja
- License: mit
- Created: 2021-08-02T19:04:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T10:53:07.000Z (about 3 years ago)
- Last Synced: 2025-05-08T01:15:13.473Z (2 months ago)
- Topics: yarn, yarn-plugin
- Language: TypeScript
- Homepage:
- Size: 2.5 MB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yarn-plugin-postinstall-dev
Run a `postinstallDev` script after installation (`yarn install`). Works for Yarn v2 and v3.
## Installation
```shell
yarn plugin import https://raw.githubusercontent.com/sachinraja/yarn-plugin-postinstall-dev/main/bundles/%40yarnpkg/plugin-postinstall-dev.js
```## Example
```json
{
"name": "yarn-plugin-postinstall-dev",
"scripts": {
"postinstallDev": "husky install"
}
}
```