@factorial/stack-core
v0.4.4
Published
This is the core package for the [factorial frontend stack](http://www.github.com/factorial-io/fstack).
Downloads
1,062
Keywords
Readme
@factorial/stack-core
This is the core package for the factorial frontend stack.
When running any of the following commands, it executes the related tasks added by the other packages:
build
(also copies all assets fromassetFolders
todistFolder
without installing additional packages)lint
test
watch
listens for file changes and then runs lint
and additionally build
if --build
is passed.
It also runs any custom commands exported by installed packages.
You can install other packages to your stack via cli by running:
yarn factorial init
Please refer to the full documentation for more information.