Simplified code scaffolding

scffld is a Node.js based code scaffolding tool, with all code templates defined in a single file

Spend less time copy & pasting, more time coding

Quickstart

Ensure you have Node v18+ installed and run the following:

npx @scffld/cli reg:hello \
    --name="Foo Bar"

...now take a look at the file it created: hello/Hello_FooBar.txt

Where to from here?

Features

Super fast scaffolding

scffld is quick - <500ms for remote templates and <100ms for local

Local or remote templates

Include templates in your codebase, provide them on GitHub, or use the registry

Reverse engineer existing code

Use the generate command to easily create a template from your existing source code