{"_id":"@atom06/paperplane","_rev":"2-ab23129fdd21f92ae2f42ce9411628b2","name":"@atom06/paperplane","dist-tags":{"latest":"1.0.0"},"versions":{"0.1.0":{"name":"@atom06/paperplane","version":"0.1.0","_id":"@atom06/paperplane@0.1.0","maintainers":[{"name":"atom06","email":"atom-06@outlook.com"}],"bin":{"paperplane":"index.ts"},"dist":{"shasum":"f30083ded9d7bc0a55a7978211c6ec65b9ea818a","tarball":"https://registry.npmjs.org/@atom06/paperplane/-/paperplane-0.1.0.tgz","fileCount":6,"integrity":"sha512-LcG4a8HZqsh+2wkNFkfuE6ip3xXWnRrbmLgRvf8bqx5BesiiIhUw2Sz08Lj1GbKWSvwZ+MQ7Ffd/HSTiON1wCg==","signatures":[{"sig":"MEYCIQDKopJu7+Z4/Go11dN/yWj+iJkuro6Hu4wpGuARAHIj0QIhAONnqgkzS0/emIqN7XEgSozprlBsmATga65CmbX+NI8m","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10520},"main":"index.ts","type":"module","module":"index.ts","gitHead":"51f778326adb0c2646422b9fae677bacc828c240","_npmUser":{"name":"atom06","email":"atom-06@outlook.com"},"_npmVersion":"11.2.0","description":"A simple CLI tool to create a new project with a template","directories":{},"_nodeVersion":"23.6.1","dependencies":{"ora":"^8.2.0","chalk":"^5.4.1","commander":"^13.1.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/bun":"latest"},"peerDependencies":{"typescript":"^5"},"_npmOperationalInternal":{"tmp":"tmp/paperplane_0.1.0_1742187841151_0.8402781924449263","host":"s3://npm-registry-packages-npm-production"}},"1.0.0":{"name":"@atom06/paperplane","version":"1.0.0","description":"A simple CLI tool to create a new project with a template","main":"index.ts","module":"index.ts","type":"module","bin":{"paperplane":"index.ts"},"devDependencies":{"@types/bun":"latest"},"peerDependencies":{"typescript":"^5"},"dependencies":{"chalk":"^5.4.1","commander":"^13.1.0","ora":"^8.2.0"},"author":{"name":"Atom06","email":"steve.alappat@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/theatom06/paperplane.git"},"bugs":{"url":"https://github.com/theatom06/paperplane/issues"},"homepage":"https://github.com/theatom06/paperplane#readme","_id":"@atom06/paperplane@1.0.0","gitHead":"c3c30c76f549bb837171cd077a931f75c56d6cbf","_nodeVersion":"23.6.1","_npmVersion":"11.2.0","dist":{"integrity":"sha512-Poz7FuQbjpB59E2MBLid3dt2gkBNk8fTdXLAn9mKbavYBl7QuhQwxQgxulTrn+r7kg3iUbKh4xf1tyju7TmrHQ==","shasum":"ac91376734fefb02ed0dfdf0775d3a945c89fb16","tarball":"https://registry.npmjs.org/@atom06/paperplane/-/paperplane-1.0.0.tgz","fileCount":6,"unpackedSize":11065,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDca5UG3TI67/1E0LcKvnaah2QRPXqVpJLLDg1u4rx21gIhAMYemPlXkB+qW1QMBNE3ei4dEOTOJwlnoPqVGSJkn72k"}]},"_npmUser":{"name":"atom06","email":"atom-06@outlook.com"},"directories":{},"maintainers":[{"name":"atom06","email":"atom-06@outlook.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/paperplane_1.0.0_1742188945279_0.5261188882395165"},"_hasShrinkwrap":false}},"time":{"created":"2025-03-17T05:04:01.071Z","modified":"2025-03-17T05:22:25.643Z","0.1.0":"2025-03-17T05:04:01.330Z","1.0.0":"2025-03-17T05:22:25.458Z"},"description":"A simple CLI tool to create a new project with a template","maintainers":[{"name":"atom06","email":"atom-06@outlook.com"}],"readme":"# Paperplane\n\nPaperplane is a simple TUI todo app.\n\n## Installation\n\nThis is published on the npm registry but works on bun. \n\nIt is recommended to install it globally so you can use it from anywhere.\n\nIt is cross-platform and should work on Windows, macOS, and Linux.\n\n```bash\n\n`bash\n$ bun add -g @atom06/paperplane\n$ bun x paperplane\n`\n\n## Usage\n\nThe app has a few commands that you can use to interact with it:\n\n### Commands\n\n- `add <taskID>`: Add a new task with the given ID.\n- `delete <taskID>`: Delete a task with the given ID.\n- `list`: List all tasks.\n- `edit <taskID>`: Edit a task with the given ID.\n- `done <taskID>`: Mark a task with the given ID as done.\n\n### Examples\n\n- Add a task:\n```bash\n$ paperplane add milk\nEnter task: Buy milk\nTask added successfully.\n```\n\n- List all tasks:\n```bash\n$ paperplane list\n    1. Buy milk\n```\n\n- Mark a task as done:\n```bash\n$ paperplane done 1\nTask marked as done.\n```\n\n- Delete a task:\n```bash\n$ paperplane delete 1\nTask deleted successfully.\n```\n\n- Edit a task:\n```bash\n$ paperplane edit 1\nEnter new task: Buy milk and eggs\nTask edited successfully.\n```\n\n## Report Issues\n\nIf you find any issues, please report them [here](https://github.com/theatom06/paperplane/issues).\n\n## License\n\nMIT\n\n## Author\n\ntheatom06","readmeFilename":"README.md","homepage":"https://github.com/theatom06/paperplane#readme","repository":{"type":"git","url":"git+https://github.com/theatom06/paperplane.git"},"author":{"name":"Atom06","email":"steve.alappat@gmail.com"},"bugs":{"url":"https://github.com/theatom06/paperplane/issues"},"license":"MIT"}