{"_id":"@abhishek7492/create-my-stack","name":"@abhishek7492/create-my-stack","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@abhishek7492/create-my-stack","version":"1.0.0","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@1.0.0","_nodeVersion":"24.17.0","_npmVersion":"11.13.0","dist":{"integrity":"sha512-YfTy+opp0CajhGbuEM8Rxq544aBlWwSNna0DW7zryQp+z2jZvgurCMyiL2vg2nwnN1Yp8QJO9AbUL575fVd7Lg==","shasum":"66042b290252675fea7c0e60170ec93545b73dbe","tarball":"https://registry.npmjs.org/@abhishek7492/create-my-stack/-/create-my-stack-1.0.0.tgz","fileCount":11,"unpackedSize":13826,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFRJbw/yhoQPVQ9TaRB/cQjnQ5TVQn6rH9utuWYvnhn8AiEA3xAprUhBKMsK7RfgLfDn2xBzKxpCSumDwWFY7fOXx9s="}]},"_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_1.0.0_1784896375796_0.6588480510765948"},"_hasShrinkwrap":false}},"time":{"created":"2026-07-24T12:32:55.696Z","1.0.0":"2026-07-24T12:32:55.948Z","modified":"2026-07-24T12:32:56.114Z"},"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-e93caffcca6a81b21c599e46db064ab7"}