4bnode
Version:
4bnode is a CLI-powered backend development platform with a built-in visual dashboard to generate, manage, and test Node.js/Express APIs faster.
5 lines (4 loc) • 333 B
JavaScript
// Name helpers live in lib/codegen.js (the pure, project-syncable module) so the
// CLI and the in-project dashboard share one implementation. Re-exported here to
// keep the existing `./lib/names.js` import path stable across the codebase.
export { toCamelCase, toPascalCase, sanitizeName, sanitizeFieldName } from "./codegen.js";