Mulan is a command-line interface (CLI) tool designed to help manage daily tasks. It's written in Go and uses the Cobra library for CLI commands.
- Configuration management with Viper
- Extensible command structure with Cobra
- Go 1.21.2 or later
Clone the repository:
git clone https://github.com/areed829/mulan.git
Navigate to the project directory:
cd mulan
Build the project:
go build -v ./...
Run the Mulan CLI:
./mulan
License