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

https://github.com/iris-contrib/basic-template

Basic Github Template for Iris CLI
https://github.com/iris-contrib/basic-template

go iris iris-cli iris-golang

Last synced: 8 months ago
JSON representation

Basic Github Template for Iris CLI

Awesome Lists containing this project

README

          

# Project_Name

[![build status](https://img.shields.io/github/actions/workflow/status/iris-contrib/basic-template/ci.yml?branch=main&style=for-the-badge)](https://github.com/iris-contrib/basic-template/actions) [![report card](https://img.shields.io/badge/report%20card-a%2B-ff3333.svg?style=for-the-badge)](https://goreportcard.com/report/github.com/iris-contrib/basic-template)

Project_Description.

## Installation

The only requirement is the [Go Programming Language](https://golang.org/dl).

```sh
go get github.com/iris-contrib/basic-template
```

## Install the template

You will need to have [Iris CLI](https://github.com/kataras/iris-cli) installed.

Execute the following command:
```sh
iris-cli new basic --replace=iris-contrib/basic-template=your_username/repo
```

> Note: remove this section from your own README.md

### Contributing

We'd love to see your contribution to this project! For more information about contributing please check the [CONTRIBUTING.md](CONTRIBUTING.md) file.

[List of all Contributors](https://github.com/iris-contrib/basic-template/graphs/contributors)

## License

Free and open-source software licensed under the [MIT License](LICENSE).