plop-templates-pharmablock
v0.1.14
Published
模板文件库
Downloads
9
Readme
药石科技文件模板库
提供药石科技工程化建设文件模板
Built-in helpers plop 已经内置了一些实用的 helper。 他们大多数是大小写转换工具, 这里完整地列出了所有的helper。
Case Modifiers(大小写转换工具) 以下分别是对应的方法和转换后的格式示例:
camelCase(驼峰命名): changeFormatToThis snakeCase(下划线分隔): change_format_to_this dashCase/kebabCase(短横线分隔): change-format-to-this dotCase(点分隔): change.format.to.this pathCase(斜杠分隔): change/format/to/this properCase/pascalCase(帕斯卡命名(每个单词的首字母大写)): ChangeFormatToThis lowerCase(转换为全小写): change format to this sentenceCase(首字母大写,句末添加逗号): Change format to this, constantCase(常量形式,全大写,使用下划线分隔): CHANGE_FORMAT_TO_THIS titleCase(标题形式): Change Format To This 其他 helper pkg: 从 plopfile 同级文件夹下的 package.json 文件中查找一个属性。