Skip to content

devenes/cli-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli-world

Cobra CLI

Github top language Github language count Repository size License Release

About   |   Technologies   |   Requirements   |   Starting   |   Resources   |   License   |   Author


🎯 About

A simple CLI application with cobra.

🚀 Technologies

The following tools were used in this project:

  • GoLang: The language used in this project.
  • Cobra-cli: The CLI framework used in this project.

✅ Requirements

Before starting 🏁, you need to have Git, GoLang and Cobra-cli installed.

🏁 Starting

# Clone this project
git clone https://github.com/devenes/cli-world

# Access the project
cd cli-world

# Install Cobra-cli
go get -u github.com/spf13/cobra@latest

# Run the project
go run main.go
go run main.go -h
go run main.go -o

Tag your release

git tag -a v0.0.1 -m "First release"
git push origin v0.0.1

📚 Resources

📝 License

This project is under license from Apache. For more details, see the LICENSE file.

Made with ❤️ by Devenes

 

Back to top