scffld can be installed locally in your NodeJS project:
npm i -D @scffld/cli
You can then run using npx scffld ...
Or use it in your package.json
scripts:
"scripts": {
"generate:component": "scffld templates/component"
}
npm run generate:component -- --name="My Component"