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
- Host: GitHub
- URL: https://github.com/massdriver-cloud/application-templates
- Owner: massdriver-cloud
- License: mit
- Created: 2022-07-21T18:23:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T18:05:54.000Z (5 months ago)
- Last Synced: 2025-01-23T03:13:41.011Z (5 months ago)
- Language: HCL
- Homepage: https://massdriver.cloud
- Size: 481 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 7
-
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
```