Skills
182,367Reusable AI skills and capabilities for agent workflows
Run an npm script if an environment variable matches a pattern
Check that the critical environment variables are set
Little util function for simpler extracting Boolean values from ENV-variables in Node.js, i.e. true values (true, TRUE, 1) vs. false values (false, FALSE, 0).
Simple, TypeScript zero-dependency environment validation/initialization tool.
Simplify npm scripts with "if-env-defined ... && npm run this || npm run that"
To cross-platform the config and root variable reference of package.json in npm-scripts.
Like [esm-env](https://github.com/benmccann/esm-env), uses export conditions to return environment information in a way that works with major bundlers and runtimes, but this project is also 'robust' in the sense it have also a fallback bahaviour for olde
`cross-var` and `cross-env` revamped! Same syntax under Linux and Windows. `.env` supported!
Autoload your environment variables from your `.env` file, no code changes required. Similar to `dotenv`, but with zero-dependencies and less verbose.
Universal environment validator for Node, Bun, and Deno using Zod
Synchronize your .env.example and .env files effortlessly. env-twin ensures your environment variable templates and actual configurations stay in sync by copying missing keys, highlighting differences, and keeping your project's environment setup consiste