https://github.com/makepath/makestack
https://github.com/makepath/makestack
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/makepath/makestack
- Owner: makepath
- Created: 2022-01-27T16:29:49.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T16:54:52.000Z (about 3 years ago)
- Last Synced: 2025-04-07T06:34:33.291Z (10 months ago)
- Language: Python
- Size: 1.26 MB
- Stars: 11
- Watchers: 5
- Forks: 2
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Makestack
makestack is a geospatial application architecture templating engine (GAATE) which allows developers to setup a production-quality geospatial web architecture ready for deployment to cloud providers.
The goal is to make production quality architectures easy to produce with established conventions to simplify collaboration.
## Install
```bash
pip install makestack
```
### Installing from source
```bash
git clone https://github.com/makepath/makestack
cd makestack
pip install .
```
## Usage
After installing Makestack, you can run the CLI by typing `makestack` in your terminal.