skelecli
Version:
ππβ€οΈA simple CLI to generate a blueprint for a new projectπβ π¨βπ
62 lines β’ 1.33 kB
JSON
{
"name": "skelecli",
"version": "2.4.1",
"description": "ππβ€οΈA simple CLI to generate a blueprint for a new projectπβ
π¨βπ",
"main": "skelecli.js",
"type": "module",
"bin": "./skelecli.js",
"keywords": [
"skelecli",
"generator",
"node",
"javascript",
"typescript",
"react",
"react-ts",
"nextjs",
"next-shadcnui",
"astro",
"astro-ts",
"astro-shadcnui",
"vanilla",
"vanilla-ts",
"vanilla-shadcnui",
"svelte",
"svelte-ts",
"svelte-shadcnui",
"vue",
"vue-ts",
"vue-shadcnui",
"angular-shadcnui",
"sveltekit",
"sveltekit-ts",
"sveltekit-shadcnui",
"react-shadcnui",
"nextjs-shadcnui",
"astro-shadcnui",
"vue-shadcnui",
"vite"
],
"author": {
"name": "sumangal karan",
"email": "sumangalkaran44@gmail.com",
"url": "https://github.com/sumangal44"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sumangal44/SkeleCLI.git"
},
"bugs": {
"url": "https://github.com/sumangal44/SkeleCLI/issues"
},
"dependencies": {
"conwelcome": "^0.1.7",
"inquirer": "^12.4.2",
"prettier": "^3.5.3"
},
"scripts": {
"start": "node skelecli.js",
"test": "echo \"Error: no test specified\" && exit 1"
}
}