1.0.5 • Published 4 years ago

hutchery-simple-postinstall v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Hutchery Simple PostIntall

Description

A simple and quick to setup sub-module dependency installer

Usage

In your npm script add a "postinstall" script and enter the command to run the index.js in this package

Example script: "postinstall":"hutchery-simple-postinstall --subModuleList folderA,folderB,folderC --subModulePath subProjects"

Flags

Example File Structure:

/project

---/subProjects

------/folderA

------/folderB

------/folderC

NameDescriptionExampleDefault ValueRequired
subModuleListA comma delimted list of the sub modules for your project--subModuleList folderA,folderB,folderCNONEYES
subModulePathThe relative path to the root of your sub module folders--subModulePath subProjectssrcNO
useInstallA boolean flag to say you want to use npm install intead of npm ci--useInstallFALSENO
1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago