Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@storm-stack/build-core

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storm-stack/build-core

A package containing `storm-build` for building Storm Stack libraries and services

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
2
Created
Source

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

FAQs

Package last updated on 29 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts