{"id":31747041,"url":"https://github.com/corocoto/todo-cli-node","last_synced_at":"2025-10-09T13:22:21.113Z","repository":{"id":57377539,"uuid":"207652493","full_name":"corocoto/todo-cli-node","owner":"corocoto","description":"Todo cli tool :notebook_with_decorative_cover: :pencil2:","archived":false,"fork":false,"pushed_at":"2019-09-13T19:52:29.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-04T23:20:32.898Z","etag":null,"topics":["es6","javascript","npm","npm-package","oclif","todo","todo-cli","todolist"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/corocoto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-10T20:03:34.000Z","updated_at":"2020-01-01T08:22:07.000Z","dependencies_parsed_at":"2022-09-26T16:41:50.771Z","dependency_job_id":null,"html_url":"https://github.com/corocoto/todo-cli-node","commit_stats":null,"previous_names":["creativerusbear/todo-cli-node"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/corocoto/todo-cli-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corocoto%2Ftodo-cli-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corocoto%2Ftodo-cli-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corocoto%2Ftodo-cli-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corocoto%2Ftodo-cli-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/corocoto","download_url":"https://codeload.github.com/corocoto/todo-cli-node/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corocoto%2Ftodo-cli-node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001527,"owners_count":26083102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["es6","javascript","npm","npm-package","oclif","todo","todo-cli","todolist"],"created_at":"2025-10-09T13:22:00.236Z","updated_at":"2025-10-09T13:22:21.107Z","avatar_url":"https://github.com/corocoto.png","language":"JavaScript","readme":"todo-cli-node\n=============\n\ntodo cli application\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/todo-cli-node.svg)](https://npmjs.org/package/todo-cli-node)\n[![Downloads/week](https://img.shields.io/npm/dw/todo-cli-node.svg)](https://npmjs.org/package/todo-cli-node)\n![License](https://img.shields.io/npm/l/todo-cli-node)\n![GitHub top language](https://img.shields.io/github/languages/top/CreativeRusBear/todo-cli-node)\n![npm bundle size (version)](https://img.shields.io/bundlephobia/min/todo-cli-node/1.0.1)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/CreativeRusBear/todo-cli-node)\n\n\u003c!-- toc --\u003e\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n# Usage\n\u003c!-- usage --\u003e\n```sh-session\n$ npm install -g todo-cli-node\n$ todo-cli-node COMMAND\nrunning command...\n$ todo-cli-node (-v|--version|version)\ntodo-cli-node/1.0.0 win32-x64 node-v10.16.3\n$ todo-cli-node --help [COMMAND]\nUSAGE\n  $ todo-cli-node COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n* [`todo-cli-node add`](#todo-cli-node-add)\n* [`todo-cli-node done`](#todo-cli-node-done)\n* [`todo-cli-node help [COMMAND]`](#todo-cli-node-help-command)\n* [`todo-cli-node remove`](#todo-cli-node-remove)\n* [`todo-cli-node show`](#todo-cli-node-show)\n\n## `todo-cli-node add`\n\nAdds a new todo\n\n```\nUSAGE\n  $ todo-cli-node add\n\nOPTIONS\n  -n, --task=task  task\n\nDESCRIPTION\n  ...\n  Adds a new todo to the exiting list\n```\n\n_See code: [src\\commands\\add.js](https://github.com/CreativeRusBear/todo-cli-node/blob/v1.0.0/src\\commands\\add.js)_\n\n## `todo-cli-node done`\n\nMarks a task as done\n\n```\nUSAGE\n  $ todo-cli-node done\n\nOPTIONS\n  -n, --id=id  task id\n\nDESCRIPTION\n  ...\n  Marks a task as done\n```\n\n_See code: [src\\commands\\done.js](https://github.com/CreativeRusBear/todo-cli-node/blob/v1.0.0/src\\commands\\done.js)_\n\n## `todo-cli-node help [COMMAND]`\n\ndisplay help for todo-cli-node\n\n```\nUSAGE\n  $ todo-cli-node help [COMMAND]\n\nARGUMENTS\n  COMMAND  command to show help for\n\nOPTIONS\n  --all  see all commands in CLI\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.1/src\\commands\\help.ts)_\n\n## `todo-cli-node remove`\n\nRemoves a task by id\n\n```\nUSAGE\n  $ todo-cli-node remove\n\nOPTIONS\n  -n, --id=id  (required) task id\n\nDESCRIPTION\n  ...\n  Removes a task permanently from db by id\n```\n\n_See code: [src\\commands\\remove.js](https://github.com/CreativeRusBear/todo-cli-node/blob/v1.0.0/src\\commands\\remove.js)_\n\n## `todo-cli-node show`\n\nShows existing tasks\n\n```\nUSAGE\n  $ todo-cli-node show\n\nDESCRIPTION\n  ...\n  Show all the tasks sorted by their ids\n```\n\n_See code: [src\\commands\\show.js](https://github.com/CreativeRusBear/todo-cli-node/blob/v1.0.0/src\\commands\\show.js)_\n\u003c!-- commandsstop --\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorocoto%2Ftodo-cli-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorocoto%2Ftodo-cli-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorocoto%2Ftodo-cli-node/lists"}