v2.0.0
2.0.0 (2019-07-31)
- Rewritten in TypeScript.
- Replaced npm with Yarn.
- Replaced cross-spawn with execa.
- Exported a default function for programmatic use.
- Parsed cli options using commander.
- Exposed optional
--env-file
and--package-manager
options via cli. - Breaking change:
.env
file is no longer parsed by default if present. It will only be parsed if provided along with--env-file
option via cli.