UNPKG

@alphacodez/alphacli

Version:

A blazing-fast CLI tool for generating modular, production-ready NestJS architecture — save time, stay consistent, and scaffold like a pro.

44 lines (43 loc) 927 B
{ "name": "@alphacodez/alphacli", "version": "0.0.1-beta.2", "description": "A blazing-fast CLI tool for generating modular, production-ready NestJS architecture — save time, stay consistent, and scaffold like a pro.", "main": "index.js", "type": "module", "scripts": { "build": "tsc" }, "bin": { "alphacli": "dist/bin/index.js" }, "files": [ "dist", "templates" ], "keywords": [ "cli", "typescript", "nestjs", "scaffolding", "nestcli", "alphacli", "nestjscli", "generator", "codegen", "project-bootstrap" ], "author": "Ismail Akintunde (alphacodez)", "license": "MIT", "dependencies": { "@types/degit": "^2.8.6", "commander": "^13.1.0", "degit": "^2.8.4", "handlebars": "^4.7.8", "inquirer": "^12.5.0", "ora": "^8.2.0", "typescript": "^5.8.2" }, "devDependencies": { "@types/node": "^22.13.10" } }