An open API service indexing awesome lists of open source software.

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 🌿

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