0.2.0 • Published 6 months ago

@storm-stack/build-core v0.2.0

Weekly downloads
-
License
-
Repository
github
Last release
6 months ago

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-core
npm install -D @storm-stack/build-core
yarn add -D @storm-stack/build-core

Reduced 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.