{"_id":"@aboudzein/devbox","name":"@aboudzein/devbox","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.1":{"name":"@aboudzein/devbox","version":"1.0.1","main":"dist/index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1","build":"tsc","prepublishOnly":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/aboudzein/devbox.git"},"keywords":[],"author":{"name":"Abdurahman Zeineddin"},"license":"MIT","bin":{"devbox":"dist/cli.js"},"type":"commonjs","bugs":{"url":"https://github.com/aboudzein/devbox/issues"},"homepage":"https://github.com/aboudzein/devbox#readme","description":"A collection of useful CLI tools for everyday developer tasks – clean code, automate small fixes, and speed up your workflow.","devDependencies":{"@types/node":"^22.15.14","ts-node":"^10.9.2","typescript":"^5.8.3"},"dependencies":{"glob":"^11.0.2"},"_id":"@aboudzein/devbox@1.0.1","gitHead":"7135e2568e1bbdaad44830e046e38a9befa487f2","types":"./dist/index.d.ts","_nodeVersion":"22.13.1","_npmVersion":"11.0.0","dist":{"integrity":"sha512-rbxyHy2R6jJaDI2ibtDjHLvPCY2zD28nxEF7oBAnxkGA4bW3BKWaYUPpy//MX3WI1AXOWCBcWZr+xXx3eCIhnw==","shasum":"acbc2514071faf5add20cefbed41ca37d4587384","tarball":"https://registry.npmjs.org/@aboudzein/devbox/-/devbox-1.0.1.tgz","fileCount":12,"unpackedSize":13656,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDVOcEJ39ZftIEkyFwc1NfqeTV+7FNQiLGO1JEBmXk/rAIhAL23NBwStKu3Tp5+b/lfcggVljpLgQI8rNejRKUM+6bW"}]},"_npmUser":{"name":"aboudzein","email":"aboudzein@gmail.com"},"directories":{},"maintainers":[{"name":"aboudzein","email":"aboudzein@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/devbox_1.0.1_1746591799238_0.6408985278109398"},"_hasShrinkwrap":false}},"time":{"created":"2025-05-07T04:23:19.132Z","1.0.1":"2025-05-07T04:23:19.419Z","modified":"2025-05-07T04:23:19.650Z"},"maintainers":[{"name":"aboudzein","email":"aboudzein@gmail.com"}],"description":"A collection of useful CLI tools for everyday developer tasks – clean code, automate small fixes, and speed up your workflow.","homepage":"https://github.com/aboudzein/devbox#readme","keywords":[],"repository":{"type":"git","url":"git+https://github.com/aboudzein/devbox.git"},"author":{"name":"Abdurahman Zeineddin"},"bugs":{"url":"https://github.com/aboudzein/devbox/issues"},"license":"MIT","readme":"# devbox\n\nA collection of useful CLI tools for everyday developer tasks – clean code, automate small fixes, and speed up your workflow.\n\n## Installation\n\n```bash\nnpm install -g devbox\n```\n\n## Usage\n\nThis package provides the `devbox` command-line tool.\n\nRun `devbox` without arguments to see available commands:\n```bash\ndevbox\n```\n\n### `remove-comments` command\n\nRemoves single-line comments from TypeScript (`.ts`, `.tsx`) files.\n\n**Usage:**\n```bash\ndevbox remove-comments [directory]\n```\n- `[directory]` (optional): The directory to scan for TypeScript files. If not provided, the current working directory is used.\n\n**Examples:**\n\nTo remove comments from files in the current directory:\n```bash\ndevbox remove-comments\n```\n\nTo remove comments from files in a specific directory:\n```bash\ndevbox remove-comments path/to/your/typescript/project\n```\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request.\n\n## License\n\n[MIT](LICENSE)","readmeFilename":"README.md","_rev":"1-0804f2ddbcb03e2d1052facd0b87a757"}