30 lines
720 B
Markdown
30 lines
720 B
Markdown

|
|
|
|
# What is it
|
|
The quickest way to get going with complicated configs.
|
|
|
|
With noob-friendly comments.
|
|
|
|
No need to go online to find some wanky examples or templates for configuration anymore. No need to guess and check 100 config options for cloud, library, and app configs that you use.
|
|
|
|
# How does it work?
|
|
```
|
|
templater yarn-workspace
|
|
```
|
|
^ Generates a yarn workspace with web and server and common components.
|
|
|
|
```
|
|
templater digitalocean-app
|
|
```
|
|
# Supported
|
|
1. kubernetes-getting-started
|
|
2. yarn-workspaces-web
|
|
3. digitalocean-app
|
|
4. vercel
|
|
5. aws-s3
|
|
6. ...
|
|
|
|
|
|
# Install
|
|
TODO
|