UNPKG

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 (7 loc) 302 B
const ORGANIZATION = '@' + 'kissflow' const CUSTOM_FORM_FIELD_SCRIPTS_PACKAGE_NAME = `${ORGANIZATION}/form-field-scripts` const CUSTOM_FORM_FIELD_MODEL_PACKAGE_NAME = `${ORGANIZATION}/form-field-config` export { CUSTOM_FORM_FIELD_SCRIPTS_PACKAGE_NAME, CUSTOM_FORM_FIELD_MODEL_PACKAGE_NAME, }