Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malept/stencil-base
Base templates for a stencil backed service
https://github.com/malept/stencil-base
Last synced: 4 days ago
JSON representation
Base templates for a stencil backed service
- Host: GitHub
- URL: https://github.com/malept/stencil-base
- Owner: malept
- License: apache-2.0
- Created: 2022-02-07T16:25:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-03T22:16:28.000Z (over 2 years ago)
- Last Synced: 2024-10-24T16:08:50.389Z (14 days ago)
- Size: 154 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stencil-base
This repository contains the base go-templates used to render a service. Currently all that is supported are Go services, which will be improved in the future. This is used to bring in all other template repositories.
## How to use this
Download [stencil](https://github.com/getoutreach/stencil).
Run it in a new directory:
```
$ mkdir my-new-service && cd my-new-service
$ stencil
```🎉 You are now using these templates!
## License
Apache-2.0