@factorial/stack-core
v0.4.4
Published
This is the core package for the [factorial frontend stack](http://www.github.com/factorial-io/fstack).
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 fromassetFolderstodistFolderwithout installing additional packages)linttest
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 initPlease refer to the full documentation for more information.
