Code Monkey home page Code Monkey logo

vercel-env-create's Introduction

Vercel Env Create ๐Ÿ› ๏ธ

The missing vercel env create command

Screenshot of vercel-env-create

Easily manage your local and Vercel deployment environment variables for local, development, preview, and production.

vercel-env-create is a Node.js script that scans your project for all referenced process.env variables and creates separate .env files each environment in the root of your project's directory.

This makes it easy to manage your local development and test environments, as well as each of your Vercel deployment environments (development, preview, and production).

Installation

You can install this package using npm:

npm install -g vercel-env-create

Usage

If you installed globally, you can use it in your project directory like this to either create or update your .env files with all of the variables used in your project:

vercel-env-create

Or you can install via npx:

npx vercel-env-create

By default, the script will look for environment variables in files with the following extensions: .js, .ts, .jsx, .tsx, .html, and .css. You can add additional file extensions to search for by modifying the extensions array in the script.

The script will create the following .env files in your project directory:

  • .env - for your default environment
  • .env.local - for your local development environment
  • .env.development - for your development environment
  • .env.production - for your production environment

This makes it easy to manage separate environment variables for each environment and ensures that all environment variables in your project are appropriately defined.

Contributing

Contributions are welcome! If you find a bug or have a suggestion for improvement, please open an issue or submit a pull request.

Support

If you found this project interesting or helpful, please consider sponsoring me or following me on twitter. twitter

License

Licensed under the MIT License.

Thanks

Shoutout to HiDeoo for his work on vercel-env-push and his create-app CLI tool that this project was bootstrapped with. ๐Ÿ™

vercel-env-create's People

Contributors

itsbrex avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.