tbarlow12 / projector

The create-react-app for CSE projects
2 stars 0 forks source link

Ability to easily discover and consume templates from playbook #18

Open tbarlow12 opened 3 years ago

tbarlow12 commented 3 years ago

It'd be really cool if a user could so something like:

cse playbook templates list

and see a list of all templates like

- multi-stage-azdo-deploy - Azure DevOps pipeline template for deployments to multiple environments with service connections
- trade-study - Trade Study document used for comparing technologies for a specific use case
- feature-design-doc - Generic design document for a software feature
- node-typescript-ci - CI template for Node/TypeScript applications
- ...

and then do something like

cse playbook templates create --template trade-study --out docs/perf-testing-trade-study.md

which would copy the template from the playbook into the specified file path