The gearup-cli is a tool designed to simplify and speed up the setup process for development environments. It automates the installation of essential tools, saving time and reducing manual effort.
- gearup install docker
- gearup install docker-compose
- gearup tunnel
- Install curl
- Install git
- Install nvm
- Install zsh
- Additional tools (to be determined)
- A Unix-based operating system (Linux, macOS)
- Basic knowledge of terminal usage
- with npm:
npm install -g gearup-cli
- with yarn:
yarn add global gearup-cli
-
Install Docker:
gearup install docker
-
Install Docker Compose:
gearup install docker-compose
-
Cloudflared Tunnel:
gearup tunnel
-
Install curl:
gearup install curl
-
Install git:
gearup install git
-
Install nvm:
gearup install nvm
-
Install zsh:
gearup install zsh
We welcome contributions! To add features or suggest improvements:
- Fork the repository.
- Create a feature branch:
git checkout -b feature-new-tool
- Commit your changes:
git commit -m "Add support for new tool"
- Open a pull request.
This project is licensed under the MIT License. You can use, modify, and distribute it freely, provided attribution is given.