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

https://github.com/massdriver-cloud/application-templates

Example application bundles to run on Massdriver
https://github.com/massdriver-cloud/application-templates

Last synced: 3 months ago
JSON representation

Example application bundles to run on Massdriver

Awesome Lists containing this project

README

        

# application-templates

Application templates for running applications [Massdriver](https://massdriver.cloud) provisioned cloud infrastructure.

## Development

The [`mass`](https://github.com/massdriver-cloud/massdriver-cli/) CLI has a development flag that can be set to render templates from a local git directory instead of from the main git repo.

```shell
MD_DEV_TEMPLATES_PATH="~/work/application-templates" mass bundle new
```

To use custom templates during generation:

```shell
MD_DEV_TEMPLATES_PATH="~/work/path/to/your/application-templates" mass bundle new
```