Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yarn Install in SubDirectories

Yarn Install in SubDirectories. Yes, it's that simple. Use it like: yisd [options] <directories...> (Example: yisd --async client server scripts)

Click here for the general version!

Click here for the npm install version!

Usage

  Usage: yisd [options] <directories...>

  Options:
    -a, --async                             Execute yarn async across all folders, output will be a mess
    -e, --allowErrors                       Allow errors (at default we stop when there is one). NOTE: always true when in async mode!
    -d, --envDirectories [environment_key]  Environment variable that contains the directories, for example a package.json config var would be: npm_config_myVar
    -v, --verbose                           More verbose output
    -h, --help                              output usage information

Examples

Cli: yisd --async client server testSetup/mockServer

Package.json:

{
  "name": "Root",
  "version": "0.0.1",
  "description": "mainFolder",
  "scripts": {
    "postinstall": "yisd client server"
  }
}

Compatibility

Works on Linux, Mac and Windows. If not, create an issue and I will fix it. :-)

About

Yarn Install in SubDirectories. Yes, it's that simple. Use it like: `yisd [subdirs...]` (Example: `yisd client server scripts`)

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages