UNPKG

templates-mo

Version:

Templates is a scaffolding framework that makes code generation simple, dynamic, and reusable. Generate files, parts of your app, or whole project structures—without the repetitive copy-pasting

32 lines (30 loc) • 378 B
export { camelCase, capitalCase, constantCase, dotCase, headerCase, noCase, paramCase, pascalCase, pathCase, sentenceCase, snakeCase, } from 'change-case'; export { pluralize, singularize, inflect, camelize, underscore, humanize, capitalize, dasherize, titleize, demodulize, tableize, classify, foreignKey, ordinalize, transform, } from 'inflection';