dashme
Version:
Reusable CLI to bootstrap Initiadev dashboard apps
32 lines (31 loc) • 572 B
JSON
{
"name": "dashme",
"description": "Reusable CLI to bootstrap Initiadev dashboard apps",
"version": "1.0.25",
"author": "Jayson Lauza <lauzajayson@gmail.com>",
"bin": {
"dashme": "src/cli.js"
},
"files": [
"src",
"templates"
],
"keywords": [
"create-app",
"starter",
"template",
"initiadev",
"nextjs",
"shadcn",
"cli",
"starter-kit"
],
"dependencies": {
"create-create-app": "^7.3.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jlauza/dashme.git"
}
}