@storm-stack/build-core
v0.2.0
Published
A package containing `storm-build` for building Storm Stack libraries and services
Readme
Storm Stack - Build
A package containing storm-build-core for build-coreing Storm Stack libraries
and services
Installing
Using pnpm:
pnpm add -D @storm-stack/build-corenpm install -D @storm-stack/build-coreyarn add -D @storm-stack/build-coreReduced Package Size
This project uses tsup to package the source code due to its ability to remove unused code and ship smaller javascript files thanks to code splitting. This helps to greatly reduce the size of the package and to make it easier to use in other projects.
Development
This project is built using Nx. As a result, many of the usual commands are available to assist in development.
Building
Run nx build-core build-core to build-core the library.
Running unit tests
Run nx test build-core to execute the unit tests via
Jest.
Linting
Run nx lint build-core to run ESLint on the package.
