0.1.0 • Published 7 months ago
@storm-stack/env v0.1.0
Storm Stack - Environment
A package used by Storm Software to manage environment variables, configurations, and secrets
Installing
Using pnpm:
pnpm add -D @storm-stack/env
npm install -D @storm-stack/env
yarn add -D @storm-stack/env
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 env
to build the library.
Running unit tests
Run nx test env
to execute the unit tests via Jest.
Linting
Run nx lint env
to run ESLint on the package.
0.1.0
7 months ago