0.0.1 • Published 7 months ago
gearup-cli v0.0.1
Gearup CLI Documentation
Overview
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.
Current Features
- Install Docker
- Install Docker Compose
- Cloudflared Tunnel
Planned Features
- Install curl
- Install git
- Install nvm
- Install zsh
- Additional tools (to be determined)
Installation
Prerequisites
- A Unix-based operating system (Linux, macOS)
- Basic knowledge of terminal usage
Install the CLI
- with npm:
npm install -g gearup
- with yarn:
yarn add global gearup
Usage
Basic Commands
Install Docker:
gearup install docker
Install Docker Compose:
gearup install docker-compose
Cloudflared Tunnel:
gearup tunnel
Planned Commands
Install curl:
gearup install curl
Install git:
gearup install git
Install nvm:
gearup install nvm
Install zsh:
gearup install zsh
Contributing
We welcome contributions! To add features or suggest improvements: 1. Fork the repository. 2. 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.
License
This project is licensed under the MIT License. You can use, modify, and distribute it freely, provided attribution is given.
0.0.1
7 months ago