@Samuel_Dumps created enveasy, a lightweight CLI tool that simplifies setting up development environments. By running
This file can be shared or committed, letting others instantly replicate the same environment.
Star and contribute
• github.com/samuel-fikre/enveasy
Enveasy scans the codebase to identify required environment variables and generates an .env file automatically, solving the common issue of missing or undocumented env files. It also handles Node version mismatches by detecting and setting up the correct version, and installs missing package managers like npm, yarn, or pnpm as needed.
#CommunityShowcase #Enveasy
@Dagmawi_Babi
npx enveasy init
, it auto-detects your Node version, env vars, package manager, scripts, and more, then writes all of it to a single enveasy.json. This file can be shared or committed, letting others instantly replicate the same environment.
Star and contribute
• github.com/samuel-fikre/enveasy
Enveasy scans the codebase to identify required environment variables and generates an .env file automatically, solving the common issue of missing or undocumented env files. It also handles Node version mismatches by detecting and setting up the correct version, and installs missing package managers like npm, yarn, or pnpm as needed.
#CommunityShowcase #Enveasy
@Dagmawi_Babi
🔥16⚡5❤3