create-kf-component
Version:
create-kf-component is a cli tool that scaffolds Javascript based custom component projects that seamlessly integrate into Kissflow.
10 lines (6 loc) • 305 B
Markdown
# create-kf-component
`create-kf-component` is a cli tool that lets developers scaffold custom component projects - minimal frontend projects that seamlessly integrate with Kissflow's products and extend its functionality.
## To scaffold a custom component project,
```bash
npm create kf-component
```