Ubuntu Development Sprinter offers a collection of powerful bash scripts that automate the creation of a development environment tailored for Ruby on Rails—and more. Whether you're a seasoned developer or just starting out, our tool simplifies the process, ensuring you have all the essential applications and configurations, so you can focus on what truly matters: coding.
Ubuntu Development Sprinter is your go-to solution for seamlessly automating the setup of a comprehensive development environment on Ubuntu. Inspired by its predecessor, omakub, this collection of centralized bash scripts is meticulously designed to cater to Ruby on Rails developers, while also being versatile enough for any developer seeking an efficient workspace setup.
Once you run the setup script, your development environment will be fully configured and ready for use. For example, to install Ruby with Mise, you can use:
mise use --global ruby@3.3
mise x ruby -- gem install rails --no-document
To install Node.js, simply execute:
mise use --global node@lts
Contributions are encouraged! Join us in enhancing this project by submitting pull requests or raising issues. A special thanks to all contributors of the libraries and tools that make this setup possible.
No comments yet.
Sign in to be the first to comment.