{"_id":"@abhishek7492/create-my-stack-cli","name":"@abhishek7492/create-my-stack-cli","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.1":{"name":"@abhishek7492/create-my-stack-cli","version":"1.0.1","description":"Interactive stack generator for backend/frontend/fullstack projects","main":"dist/index.js","bin":{"create-my-stack":"bin/create-my-stack.js"},"scripts":{"build":"tsc","dev":"tsx src/index.ts","prepublishOnly":"npm run build","test":"echo \"Error: no test specified\" && exit 1"},"keywords":["npx","scaffold","cli","react","nextjs","nestjs","typescript","python"],"author":"","license":"ISC","type":"module","dependencies":{"@clack/prompts":"^1.7.0","commander":"^15.0.0","execa":"^10.0.0","fs-extra":"^11.4.0","ora":"^9.4.1","picocolors":"^1.1.1"},"devDependencies":{"@types/node":"^26.1.1","tsx":"^4.23.1","typescript":"^7.0.2"},"_id":"@abhishek7492/create-my-stack-cli@1.0.1","_nodeVersion":"24.17.0","_npmVersion":"11.13.0","dist":{"integrity":"sha512-pPAi5w03MpnRP0/dS2Gx/kv43UTh9unJ5iOq8MCMCQyhsbZ1MlEwZulA7UednK5jlk8ofgbk7JNtyL4y187sUQ==","shasum":"fc602fb0f7719fb0ec9b6712039fc7ab889890f7","tarball":"https://registry.npmjs.org/@abhishek7492/create-my-stack-cli/-/create-my-stack-cli-1.0.1.tgz","fileCount":11,"unpackedSize":13830,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCYE69mC4OQthKzgy8gEBmiji1oEQesUvtoFCcChJ0W1wIgI44BrYyCEAI7ZYvkOGlBtQNVSSCca+lVopLRWg5MKMQ="}]},"_npmUser":{"name":"abhishek7492","email":"asbhishek4349@gmail.com"},"directories":{},"maintainers":[{"name":"abhishek7492","email":"asbhishek4349@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/create-my-stack-cli_1.0.1_1784896634186_0.8210986994242264"},"_hasShrinkwrap":false}},"time":{"created":"2026-07-24T12:37:14.040Z","1.0.1":"2026-07-24T12:37:14.326Z","modified":"2026-07-24T12:37:14.521Z"},"maintainers":[{"name":"abhishek7492","email":"asbhishek4349@gmail.com"}],"description":"Interactive stack generator for backend/frontend/fullstack projects","keywords":["npx","scaffold","cli","react","nextjs","nestjs","typescript","python"],"license":"ISC","readme":"# create-my-stack\n\nInteractive CLI to scaffold backend, frontend, or fullstack projects.\n\n## Features\n\n- Creates a project directory.\n- Prompts for: backend, frontend, or both.\n- Prompts for backend folder and frontend folder names.\n- Supports backend choices:\n\t- Python\n\t- Node.js (JavaScript)\n\t- Node.js (TypeScript)\n\t- NestJS (JavaScript)\n\t- NestJS (TypeScript)\n- Supports frontend choices:\n\t- React (JavaScript)\n\t- React (TypeScript)\n\t- Next.js (JavaScript)\n\t- Next.js (TypeScript)\n\n## Local Development\n\n```bash\nnpm install\nnpm run build\nnpm run dev\n```\n\nTo test the published-style command locally:\n\n```bash\nnpm link\ncreate-my-stack\n```\n\n## NPX Usage (after publish)\n\n```bash\nnpx create-my-stack@latest\n```\n\n## Publish To npm\n\n1. Login:\n\n```bash\nnpm login\n```\n\n2. Make sure package name is available:\n\n```bash\nnpm view create-my-stack\n```\n\n3. Build and publish:\n\n```bash\nnpm run build\nnpm publish --access public\n```\n\n4. Update version for next release:\n\n```bash\nnpm version patch\nnpm publish --access public\n```\n\n## Notes\n\n- `create-vite`, `create-next-app`, and `@nestjs/cli` are executed via `npx` during scaffolding.\n- Running this CLI requires internet for templates and package installation.\n","readmeFilename":"README.md","_rev":"1-2d1470d7f046ccc3ede48774a52e6e14"}