Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"
}
}
```