UNPKG

czist-create

Version:

通过cit命令快速添加页面/组件/Model/Services

30 lines (29 loc) 616 B
{ "name": "czist-create", "version": "2.0.20", "description": "通过cit命令快速添加页面/组件/Model/Services", "main": "index.js", "bin": { "cit": "index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "czist", "czist-create", "coderyj", "cyj" ], "homepage": "https://github.com/coderyj22/czist-create", "repository": { "type": "git", "url": "https://github.com/coderyj22/czist-create" }, "author": "coderyj", "license": "MIT", "dependencies": { "commander": "^7.1.0", "ejs": "^3.1.6" } }