json_generate
v1.1.8
Published
File generator, generate file templates and export them in the index file, taro generated files only need to be used in the project directory to generate page folders in the pages directory, and configure pages in app.config;文件生成器, 生成文件模板并且在 index 文件导出, t
Downloads
17
Readme
Desc/概述
File generator, generate file templates and export them in the index file, taro generated files only need to be used in the project directory to generate page folders in the pages directory, and configure pages in app.config;文件生成器, 生成文件模板并且在 index 文件导出, taro 生成文件只需要在项目目录使用便可以在 pages 目录下生成页面文件夹, 以及在 app.config 中配置页面;
| command/指令 | full name/全称 | description/描述 | | :----------- | :-------------- | :----------------------------------------------------------------- | | tp | Taro page | Generate a new Taro page./生成一个 Taro 页面文件 | | nc | Nest controller | Generate a new Nest controller./生成一个 Nestjs 的 controller 文件 | | ns | Nest service | Generate a new Nest service./生成一个 Nestjs 的 service 文件 | | vue2 | Vue2 file | Generate a new Vue2 file./生成一个 Vue2 文件 | | vue3 | Vue3 file | Generate a new Vue3 file./生成一个 Vue3 文件 | | vue | Vue3 file | Generate a new Vue3 file./生成一个 Vue3 文件 | | ts | TypeScript file | Generate a new TypeScript file./生成一个 TypeScript 文件 | | js | JavaScript file | Generate a new JavaScript file./生成一个 JavaScript 文件 |
install/安装
npm i json_generate -g
或
yarn add json_generate -g
grammar/语法:
json_g [command] [name] [lang]
example/例如:
json_g tp demo ts <!-- The following languages are optional/ 语言可选 -->