fynpo bootstrap
note
Install fynpo-cli for global access of fynpo command
#
UsageBootstrap the packages in the current fynpo repo, installs all of their dependencies and links any local dependencies. Users can configure npm scripts to run for each package while bootstrapping them in fynpo.config.js
or fynpo.json
.
#
Options--ignore
Exclude list of packages from bootstrapping
--only
Bootstrap only listed packages
--scope
Bootstrap only packages with the given scope names
--deps
Level of dependencies to include regardless of --scope
, --ignore
, or --only
. Default is 10
. Set this as 0
to exclude dependencies.
--skip
List of packages to skip running fyn install on, but won't ignore.
--concurrency
Number of packages to bootstrap concurrently. Default is 3
.
--build
Run npm script build if no prepare while bootstrapping.