Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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