Scaffolder
Copy pasting is prone to mistakes.
Keeping your project file structure consistent is annoying.
Sharing templates is too damn complicated!
This is where Scaffolder come in
For a brief introduction and motivation for this tool, read this.
check out the vscode extension
TOC
Getting started
Setup
Install scaffolder globally
npm i -g scaffolder-cli
this will make the scaff
command available globally, you can now type scaff i
in the terminal, to enter the cli in interactive mode.
You…