https://github.com/massdriver-cloud/application-templates
Example application bundles to run on Massdriver
https://github.com/massdriver-cloud/application-templates
Last synced: 5 months ago
JSON representation
Example application bundles to run on Massdriver
- Host: GitHub
- URL: https://github.com/massdriver-cloud/application-templates
- Owner: massdriver-cloud
- License: mit
- Created: 2022-07-21T18:23:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-18T23:20:54.000Z (about 1 year ago)
- Last Synced: 2025-06-19T00:25:32.511Z (about 1 year ago)
- Language: HCL
- Homepage: https://massdriver.cloud
- Size: 477 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```