Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T10:53:07.000Z (over 2 years ago)
- Last Synced: 2025-01-03T09:14:39.872Z (6 days 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"
}
}
```