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
- Host: GitHub
- URL: https://github.com/iris-contrib/basic-template
- Owner: iris-contrib
- License: mit
- Created: 2020-01-07T12:37:13.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T20:42:35.000Z (over 2 years ago)
- Last Synced: 2024-11-13T15:56:00.925Z (over 1 year ago)
- Topics: go, iris, iris-cli, iris-golang
- Language: Go
- Homepage: https://github.com/kataras/iris-cli
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Project_Name
[](https://github.com/iris-contrib/basic-template/actions) [](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).