# Scaffolding Tools
!!! info "Architectural Context"
Detailed reference for Scaffolding Tools in the context of Platform & Site Reliability.
## Standard Reference
- [Google Cloud Code](https://cloud.google.com/code) [COMMUNITY-TOOL]
- [Wikipedia: Spring Roo](https://en.wikipedia.org/wiki/Spring_Roo) [COMMUNITY-TOOL]
- [Atomist](https://go.atomist.com) [COMMUNITY-TOOL]
## Cloud-Native Development
### Continuous Delivery
#### Skaffold
- [skaffold](https://skaffold.dev) [DE FACTO STANDARD] — Highly active open-source CLI utility by Google that automates the workflow for building, pushing, and deploying Kubernetes applications. Accelerates inner-loop cycles through continuous live-sync engine integration.
## Developer Experience
### Application Bootstrapping
#### Kubernetes Configuration
- **(2023)** [**Ambassador Edge Stack. K8S Initializer (scaffolding tool) 🌟**](https://blackbird.a8r.io) 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — Ambassador K8S Initializer is a browser-based wizard that creates custom templates for ingress rules, TLS configurations, and Kubernetes manifests, lowering initial administrative hurdles.
#### Scaffolding
- [callicoder.com: Scaffolding your Spring Boot Application with Yeoman](https://www.callicoder.com/scaffolding-your-spring-boot-application) [GUIDE] [COMMUNITY-TOOL] [GUIDE] — Tutorial detailing Spring Boot bootstrapping with Yeoman. While historic, modern scaffolding architectures like JHipster and Spring Initializr have entirely replaced Yeoman for microservice projects.
- [jhipster](https://www.jhipster.tech) [ADVANCED LEVEL] [DE FACTO STANDARD] — JHipster is a premier development platform to quickly generate, develop, and deploy modern web applications and microservice architectures. It automates containerization, CI/CD templates, and frontend-backend binding.
### IDEs and Editors
#### Snippet Engines
- **(2023)** [cloud.google.com: configuring_with_snippets 🌟](https://docs.cloud.google.com/code/docs/vscode/yaml-editing#configuring_with_snippets) [GUIDE] [COMMUNITY-TOOL] [GUIDE] — Official Google Cloud tutorial configuring Visual Studio Code with structural snippets, optimizing engineering speeds when deploying nested Kubernetes objects.
---
💡 **Explore Related:** [DevOps](./devops.md) | [Developerportals](./developerportals.md) | [SRE](./sre.md)