UNPKG

create-kf-component

Version:

create-kf-component is a cli tool that scaffolds Javascript based custom component projects that seamlessly integrate into Kissflow.

7 lines (5 loc) 87 B
const FRAMEWORKS = { VANNILA: 'HTML', REACT: 'React', } export { FRAMEWORKS }