{"_id":"@amitkys/todo-cli","name":"@amitkys/todo-cli","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@amitkys/todo-cli","version":"1.0.0","main":"dist/index.js","bin":{"todo":"dist/index.js"},"scripts":{"build":"npx tsc"},"keywords":["CLI-Todo","npmtool","cli-based-todo-manager"],"author":{"name":"AmitKYs"},"license":"ISC","repository":{"type":"git","url":"git+https://github.com/Amitkys/todo-cli.git"},"homepage":"https://github.com/Amitkys/todo-cli#readme","description":"A simple command-line interface (CLI) tool to manage your todos. This tool allows you to add, list, complete, delete, and delete all tasks using the command line.","dependencies":{"@types/commander":"^2.12.5","@types/figlet":"^1.7.0","@types/node":"^22.13.15","chalk":"^5.4.1","cli-table3":"^0.6.5","commander":"^13.1.0","figlet":"^1.8.0","lowdb":"^7.0.1","ora":"^8.2.0","typescript":"^5.8.2"},"gitHead":"232873c190aa50173333425179cf070d1099df82","bugs":{"url":"https://github.com/Amitkys/todo-cli/issues"},"_id":"@amitkys/todo-cli@1.0.0","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-S7jdiPfIQ6ClEFAloMYe+tW3BDVGiNCO4mVCOUiWtgGNzmM8jmsLzNNKSm+6JW7CaFn2P98vnEGlY2fh+YezHw==","shasum":"cc7d2e1a4a970cad177787e002d38305baf16c56","tarball":"https://registry.npmjs.org/@amitkys/todo-cli/-/todo-cli-1.0.0.tgz","fileCount":20,"unpackedSize":35772,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBQ3mWLdSpkPx9maVNvInV3RiTxNJ9Diziv/m425QtaoAiEAt9ZWW3TkKdJhYRYY2MHqw1bmOcWVw0C644kXg/0fqxA="}]},"_npmUser":{"name":"amitkys","email":"amitkys59@gmail.com"},"directories":{},"maintainers":[{"name":"amitkys","email":"amitkys59@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/todo-cli_1.0.0_1743502416824_0.6765542662454684"},"_hasShrinkwrap":false}},"time":{"created":"2025-04-01T10:13:36.762Z","1.0.0":"2025-04-01T10:13:37.022Z","modified":"2025-04-01T10:13:37.250Z"},"maintainers":[{"name":"amitkys","email":"amitkys59@gmail.com"}],"description":"A simple command-line interface (CLI) tool to manage your todos. This tool allows you to add, list, complete, delete, and delete all tasks using the command line.","homepage":"https://github.com/Amitkys/todo-cli#readme","keywords":["CLI-Todo","npmtool","cli-based-todo-manager"],"repository":{"type":"git","url":"git+https://github.com/Amitkys/todo-cli.git"},"author":{"name":"AmitKYs"},"bugs":{"url":"https://github.com/Amitkys/todo-cli/issues"},"license":"ISC","readme":"# Todo CLI\n\nA simple command-line interface (CLI) tool to manage your todos. This tool allows you to add, list, complete, delete, and delete all tasks using the command line.\n\n---\n\n## Features\n\n- **Add a task**: Add new tasks to your todo list.\n- **List tasks**: View all your tasks.\n- **Complete a task**: Mark a task as completed.\n- **Delete a task**: Remove a specific task from the list.\n- **Delete all tasks**: Remove all tasks from the todo list.\n\n---\n\n## Installation\n\nTo get started with this project, clone the repository and install the necessary dependencies.\n\n### Clone the repository\n\n```bash\ngit clone https://github.com/your-username/todo-cli.git\ncd todo-cli\n```\n\n- **Add a task**:\n  $ todo add \"Your task name\"\n\n- **List all task**:\n  $ todo list\n\n- **Complete a task**:\n  $ todo complete <ID>\n\n- **Delete a single task**:\n  $ todo delete <ID>\n\n- **Delete all todo**:\n  $ todo deleteAll\n","readmeFilename":"README.md","_rev":"1-0890fbe1d7d9eeb7c521e4fbc4e4849e"}