DEV Community

Cover image for Introducing EnviroX: Your Go-To Dev Environment Setup Tool! ๐Ÿ› ๏ธ
Neel Patel
Neel Patel

Posted on

Introducing EnviroX: Your Go-To Dev Environment Setup Tool! ๐Ÿ› ๏ธ

Hey fellow devs! ๐Ÿ‘‹

Iโ€™m excited to introduce EnviroX, a CLI tool designed to simplify setting up development environments for multiple programming languages and frameworks. Whether youโ€™re a backend whiz or just getting started with Docker, EnviroX has you covered. Think of it as your automated setup assistant!

๐Ÿ”— Check out the project on GitHub: EnviroX Repository

๐ŸŒŸ Features

  • Automatic Language & Framework Detection: EnviroX sniffs out which language (Node.js, Python, Go, etc.) you're using and installs the necessary dependencies.
  • Dependency Installation: No more googling commands! EnviroX handles package managers like npm, pip, yarn, and bun.
  • Docker Support: Got a Dockerfile? EnviroX will handle that too, spinning up your containerized environment in no time.
  • Cross-Platform: Whether youโ€™re on Linux, macOS, or Windows, EnviroX has your back.

๐Ÿ›  How It Works

Once you run the EnviroX CLI, it scans your project for configuration files, checks for missing dependencies, and installs what you need. Currently, it works for languages like Node.js, Python, and Go, but thereโ€™s a lot more coming!

๐Ÿ’ก Note: If you don't have Node.js installed, EnviroX will prompt you to download it manually. It's a work in progress, and we aim to make this even smoother in future updates!

๐Ÿšง Contributing

EnviroX is just getting started, and thereโ€™s a LOT of work to be done! From adding new language support to streamlining package installation, thereโ€™s room for all sorts of contributions.

๐Ÿ›  Want to help out?

Jump in on the action over at EnviroX GitHub Repo. Weโ€™re actively looking for collaborators, so feel free to dive into the issues, open PRs, or share your ideas. No contribution is too small!

โš– License

EnviroX is licensed under the Apache 2.0 License, so feel free to fork, modify, and contribute to make it even better! Full license details can be found here.

Top comments (0)