26 lines
620 B
Markdown
26 lines
620 B
Markdown

|
|
|
|
# What is it
|
|
No need to go online to find some wanky examples or templates for configuration anymore. No need to guess and check 100 config options with all the libraries 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
|