gearup-cli
v0.0.1
Published
Personal CLI
Downloads
3
Readme
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 dockerInstall Docker Compose:
gearup install docker-composeCloudflared Tunnel:
gearup tunnel
Planned Commands
Install curl:
gearup install curlInstall git:
gearup install gitInstall nvm:
gearup install nvmInstall zsh:
gearup install zsh
Contributing
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.
License
This project is licensed under the MIT License. You can use, modify, and distribute it freely, provided attribution is given.
