{"id":14989836,"url":"https://github.com/sahilpabale/noteli","last_synced_at":"2025-10-25T12:44:33.432Z","repository":{"id":46006038,"uuid":"397941732","full_name":"sahilpabale/noteli","owner":"sahilpabale","description":"A CLI-based Notes App built using TypeScript, MongoDB, and Auth0.","archived":false,"fork":false,"pushed_at":"2023-09-30T23:49:45.000Z","size":1312,"stargazers_count":133,"open_issues_count":4,"forks_count":16,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-20T09:56:22.866Z","etag":null,"topics":["auth0","cli","good-first-issue","hacktoberfest","hacktoberfest2021","mongodb","nodejs","typescript"],"latest_commit_sha":null,"homepage":"https://noteli.tech","language":"TypeScript","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/sahilpabale.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-19T12:50:57.000Z","updated_at":"2025-03-15T23:06:22.000Z","dependencies_parsed_at":"2024-11-07T09:00:44.159Z","dependency_job_id":"a608b1a5-2692-4ebf-8be2-49bae762e6bc","html_url":"https://github.com/sahilpabale/noteli","commit_stats":{"total_commits":82,"total_committers":5,"mean_commits":16.4,"dds":0.1097560975609756,"last_synced_commit":"16f46bd8618cc7722cf943e3b00d11bd888b14e3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilpabale%2Fnoteli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilpabale%2Fnoteli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilpabale%2Fnoteli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilpabale%2Fnoteli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sahilpabale","download_url":"https://codeload.github.com/sahilpabale/noteli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251667346,"owners_count":21624474,"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","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":["auth0","cli","good-first-issue","hacktoberfest","hacktoberfest2021","mongodb","nodejs","typescript"],"created_at":"2024-09-24T14:19:00.058Z","updated_at":"2025-10-25T12:44:28.383Z","avatar_url":"https://github.com/sahilpabale.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# noteli\n\nA CLI based Notes App built using TypeScript, MongoDB and Auth0.\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/noteli.svg)](https://npmjs.org/package/noteli)\n[![Downloads/week](https://img.shields.io/npm/dw/noteli.svg)](https://npmjs.org/package/noteli)\n[![License](https://img.shields.io/npm/l/noteli.svg)](https://github.com/sahilpabale/noteli/blob/master/package.json)\n\n\u003c!-- toc --\u003e\n* [noteli](#noteli)\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n\n# Usage\n\n\u003c!-- usage --\u003e\n```sh-session\n$ npm install -g noteli\n$ noteli COMMAND\nrunning command...\n$ noteli (-v|--version|version)\nnoteli/1.5.4 win32-x64 node-v14.16.1\n$ noteli --help [COMMAND]\nUSAGE\n  $ noteli COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n\n# Commands\n\n\u003c!-- commands --\u003e\n* [`noteli create`](#noteli-create)\n* [`noteli delete \u003cID\u003e`](#noteli-delete-id)\n* [`noteli help [COMMAND]`](#noteli-help-command)\n* [`noteli login`](#noteli-login)\n* [`noteli logout`](#noteli-logout)\n* [`noteli read`](#noteli-read)\n* [`noteli update \u003cID\u003e`](#noteli-update-id)\n* [`noteli whoami`](#noteli-whoami)\n\n## `noteli create`\n\ncreate a new note\n\n```\nUSAGE\n  $ noteli create\n\nDESCRIPTION\n  Helps you create a fresh new Note :)\n```\n\n_See code: [src/commands/create.ts](https://github.com/sahilpabale/noteli/blob/v1.5.4/src/commands/create.ts)_\n\n## `noteli delete \u003cID\u003e`\n\ndelete your note(s)\n\n```\nUSAGE\n  $ noteli delete \u003cID\u003e\n\nDESCRIPTION\n  You can delete some specific notes if you think they are not worthy.\n\nEXAMPLE\n  $ noteli delete 2\n```\n\n_See code: [src/commands/delete.ts](https://github.com/sahilpabale/noteli/blob/v1.5.4/src/commands/delete.ts)_\n\n## `noteli help [COMMAND]`\n\ndisplay help for noteli\n\n```\nUSAGE\n  $ noteli 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/v3.2.3/src/commands/help.ts)_\n\n## `noteli login`\n\nlogin the user for noteli\n\n```\nUSAGE\n  $ noteli login\n\nDESCRIPTION\n  Uses Auth0 Social Login to authorize user using browser.\n```\n\n_See code: [src/commands/login.ts](https://github.com/sahilpabale/noteli/blob/v1.5.4/src/commands/login.ts)_\n\n## `noteli logout`\n\nlogout the user from noteli\n\n```\nUSAGE\n  $ noteli logout\n\nDESCRIPTION\n  Revokes the token and logs out user from system.\n```\n\n_See code: [src/commands/logout.ts](https://github.com/sahilpabale/noteli/blob/v1.5.4/src/commands/logout.ts)_\n\n## `noteli read`\n\nread all your notes\n\n```\nUSAGE\n  $ noteli read\n  $ noteli read \u003cID\u003e\n\nDESCRIPTION\n  You can read all your notes or some specific note too.\n\nEXAMPLES\n  $ noteli read\n  $ noteli read 2\n```\n\n_See code: [src/commands/read.ts](https://github.com/sahilpabale/noteli/blob/v1.5.4/src/commands/read.ts)_\n\n## `noteli update \u003cID\u003e`\n\nupdate your note(s)\n\n```\nUSAGE\n  $ noteli update \u003cID\u003e\n\nDESCRIPTION\n  You can update some specific notes if you think they need some change.\n\nEXAMPLE\n  $ noteli update 2\n```\n\n_See code: [src/commands/update.ts](https://github.com/sahilpabale/noteli/blob/v1.5.4/src/commands/update.ts)_\n\n## `noteli whoami`\n\nshows the current logged-in user\n\n```\nUSAGE\n  $ noteli whoami\n\nDESCRIPTION\n  Checks for the token and verifies with Auth0 for authencticity.\n```\n\n_See code: [src/commands/whoami.ts](https://github.com/sahilpabale/noteli/blob/v1.5.4/src/commands/whoami.ts)_\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahilpabale%2Fnoteli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsahilpabale%2Fnoteli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahilpabale%2Fnoteli/lists"}