Releases: tabrindle/install-subset
Releases · tabrindle/install-subset
6.0.0
25 Jun 14:57
Compare
Sorry, something went wrong.
No results found
Ability to use subset.config.js to configure subsets, rather than just package.json property
use commonjs or json for configuration
allows for more flexibility in multiple subsets, merging, xor etc
5.0.0
25 Jun 14:52
Compare
Sorry, something went wrong.
No results found
add the ability to install multiple subsets at a time
npx install-subset@5.0.0 install test lint build
4.1.0
25 Jun 14:55
Compare
Sorry, something went wrong.
No results found
fix paths to use path.join() for multi OS support
use own pick/omit rather than lodash's
4.0.0
25 Jun 14:59
Compare
Sorry, something went wrong.
No results found
BREAKING: remove poor language choices
instead of whitelist/blacklist, use include/exclude
3.0.0
25 Jun 15:01
Compare
Sorry, something went wrong.
No results found
2.0.0
26 May 18:39
Compare
Sorry, something went wrong.
No results found
use subset as command
show install progress of installer (yarn or npm)
add option to use npm
example: subset install testSubset --npm