visop
Version:
A simple CLI for scaffolding visible operation projects.
28 lines (27 loc) • 514 B
JSON
{
"schema": {
"name": {
"type": "string",
"required": true,
"label": "Project name"
},
"description": {
"type": "string",
"required": true,
"label": "Project description",
"default": "A Vue.js project"
},
"author": {
"type": "string",
"label": "Author"
},
"private": {
"type": "boolean",
"default": true
}
},
"skipInterpolation": [
"src/**/*.{vue,js}",
"!src/**/yes.*"
]
}