Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 334 Bytes

installation.md

File metadata and controls

21 lines (15 loc) · 334 Bytes

Installation

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"