Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goldstack/goldstack-lib
Libraries for building Goldstack templates
https://github.com/goldstack/goldstack-lib
Last synced: 16 days ago
JSON representation
Libraries for building Goldstack templates
- Host: GitHub
- URL: https://github.com/goldstack/goldstack-lib
- Owner: goldstack
- Created: 2020-09-24T21:34:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-26T22:46:58.000Z (over 3 years ago)
- Last Synced: 2024-09-26T22:41:23.092Z (about 1 month ago)
- Language: HTML
- Size: 659 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goldstack Template Framework
The Goldstack Template Framework provides a collection of utilities to develop customisable starter templates.
This framework is used by starter projects built with the [Goldstack Starter Project Builder](https://goldstack.party/build). However, it can be used to enhance any Node.js application, specifically for configuring and deploying infrastructure.
The following packages show how the framework can be employed to configured modules with associated infrastructure:
- [template-docker-image-aws](https://github.com/goldstack/goldstack-lib/tree/master/packages/template-docker-image-aws): For developing a Node.js application that is deployed to AWS Fargate.
- [template-email-send](https://github.com/goldstack/goldstack-lib/tree/master/packages/template-email-send): For developing a Node.js module that provides capabilities for sending emails via AWS SES.
- [template-lambda-express](https://github.com/goldstack/goldstack-lib/tree/master/packages/template-lambda-express): For developing an Express.js server that is deployed as AWS Lambda.
- [template-nextjs](https://github.com/goldstack/goldstack-lib/tree/master/packages/template-nextjs): For developing a Next.js application that is deployed using AWS S3 and CloudFront.
- [template-s3](https://github.com/goldstack/goldstack-lib/tree/master/packages/template-s3): For developing Node.js modules that wrap the interaction with an AWS S3 bucket.
- [template-static-website-aws](https://github.com/goldstack/goldstack-lib/tree/master/packages/template-static-website-aws): For developing static websites that are deployed to AWS S3 and CloudFront.For more information, see the [Goldstack Homepage](https://goldstack.party/) or the [Goldstack Documentation](https://docs.goldstack.party/docs/).