Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perebaj/jjtemplate
ππΎππΎππΎππΎππΎ
https://github.com/perebaj/jjtemplate
golang template-project
Last synced: about 6 hours ago
JSON representation
ππΎππΎππΎππΎππΎ
- Host: GitHub
- URL: https://github.com/perebaj/jjtemplate
- Owner: perebaj
- Created: 2023-11-28T21:20:57.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-21T12:39:43.000Z (9 months ago)
- Last Synced: 2024-04-20T17:30:44.529Z (7 months ago)
- Topics: golang, template-project
- Language: Makefile
- Homepage:
- Size: 2.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Template
Create your project with one command
![](assets/ghostemane.gif)
## Parameters
To see the available commands
```bash
go run github.com/perebaj/jjtemplate@latest --help
```To run the project
```bash
go run github.com/perebaj/jjtemplate@latest --name jjisawesome --registry perebaj
```* **name(required)**: Set up here the name of your new project.
* **registry**: Docker all the way. **Default**: `fakeregistry`
* **output**: Set up the folder where you need to save your things. **Default**: `./`
* **compose**: Set up if you need to generate a docker-compose.yml file. **Default**: `false`# Usage example
[![asciicast](https://asciinema.org/a/tPNMTcoPLqsAyf3VWjUjsbyty.svg)](https://asciinema.org/a/tPNMTcoPLqsAyf3VWjUjsbyty)
# Run tests
`make test`
then you can access the output folder and run the make commands to verify if all it's working well