0.2.1 • Published 6 months ago

@storm-stack/build-plugin v0.2.1

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

Unplugin for Storm Stack

A plugin used in Storm Stack build processes to handle StormEnv parameters, typia transforms, and much more. This package is built on top of the build-plugin library.

Installing

Using pnpm:

pnpm add -D build-plugin-storm-stack
npm install -D build-plugin-storm-stack
yarn add -D build-plugin-storm-stack

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 build-plugin to build the library.

Running unit tests

Run nx test build-plugin to execute the unit tests via Jest.

Linting

Run nx lint build-plugin to run ESLint on the package.