Skills
174,944Reusable AI skills and capabilities for agent workflows
Export .env keys and values into AWS Secrets Manager.
A CLI-based UI for managing your environment variables.
A simple CLI tool to generate a Node.js MVC boilerplate with Express and dotenv configuration
guardian for your .env files that validates environment variables against a documented example file
A very lightweight library for validating and transforming environment variables using Zod.
Fetches environment variables from AWS SSM and writes them to a .env file
A simple environment variable wrapper for node. Uses `dotenv` under the hood to configure environment variables, and then provides a utility to easily access env variables and assign a fallback if necessary.
The swiss-army knife of common modules used for development. ESM, Dotenv, Webpack, Babel, Rollup, and more. Useful when you'd rather group all your modules that "must be called before anything else" together, in one place. Also, a no-frills, no-bullshit w
A Serverless plugin that injects .env files into your serverless.yml based upon the `provider.stage`.
Secure encrypted environment variable manager - AES-256-GCM local secrets manager, dotenv alternative with encryption at rest
dotenv-finder is a simple function that traverses the process.mainModule.paths attempting to locate a `.env` file.
A plugin for rollup/vite to filter code by dotenv variables
Load your `.env` file and replace `process.env.MY_VARIABLE` with the value you set.
A global executable to run applications with the ENV variables loaded by dotenv
Loads environment variables from `.env.[development|test|production][.local]` files