UNPKG

@agametis/create-app-for-fm

Version:

Tool for selecting a starter project for FileMaker applications

6 lines (5 loc) 254 B
// Export all command functions from a single file export {createProject} from "./commands/create.js"; export {initProject} from "./commands/init.js"; export {listTemplates} from "./commands/list.js"; export {showTemplateInfo} from "./commands/info.js";