https://github.com/gardenbed/basil-cli
The Command-Line Tool for Basil 🌿
https://github.com/gardenbed/basil-cli
cli go golang tool
Last synced: 5 months ago
JSON representation
The Command-Line Tool for Basil 🌿
- Host: GitHub
- URL: https://github.com/gardenbed/basil-cli
- Owner: gardenbed
- License: isc
- Created: 2021-09-28T01:16:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-11-23T04:50:50.000Z (7 months ago)
- Last Synced: 2025-11-23T06:17:53.985Z (7 months ago)
- Topics: cli, go, golang, tool
- Language: Go
- Homepage: https://gardenbed.github.io/basil-cli
- Size: 401 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![Go Doc][godoc-image]][godoc-url]
[![CodeQL][codeql-image]][codeql-url]
[![Build Status][workflow-image]][workflow-url]
[![Go Report Card][goreport-image]][goreport-url]
[![Test Coverage][codecov-image]][codecov-url]
# Basil CLI 🌿
Basil CLI is the command-line tool for [Basil](https://github.com/gardenbed/basil) framework.
## Why?
_TBD_
## Quick Start
### Install
```
brew install gardenbed/brew/basil
```
For other platforms, you can download a binary from the [latest release](https://github.com/gardenbed/basil-cli/releases/latest).
#### Dependencies
- [go](https://go.dev)
- [git](https://git-scm.com)
## Documentation
For complete documentation, please see [here](./docs/index.md)
[godoc-url]: https://pkg.go.dev/github.com/gardenbed/basil-cli
[godoc-image]: https://pkg.go.dev/badge/github.com/gardenbed/basil-cli
[codeql-url]: https://github.com/gardenbed/basil-cli/actions/workflows/github-code-scanning/codeql
[codeql-image]: https://github.com/gardenbed/basil-cli/workflows/CodeQL/badge.svg
[workflow-url]: https://github.com/gardenbed/basil-cli/actions
[workflow-image]: https://github.com/gardenbed/basil-cli/workflows/Go/badge.svg
[goreport-url]: https://goreportcard.com/report/github.com/gardenbed/basil-cli
[goreport-image]: https://goreportcard.com/badge/github.com/gardenbed/basil-cli
[codecov-url]: https://codecov.io/gh/gardenbed/basil-cli
[codecov-image]: https://codecov.io/gh/gardenbed/basil-cli/branch/main/graph/badge.svg