{"id":16758409,"url":"https://github.com/kessler/repl","last_synced_at":"2025-04-05T07:10:48.617Z","repository":{"id":42760574,"uuid":"278211714","full_name":"kessler/repl","owner":"kessler","description":"a personal lib for building repls","archived":false,"fork":false,"pushed_at":"2023-02-03T10:22:41.000Z","size":324,"stargazers_count":2,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T03:31:53.501Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kessler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-08T23:02:54.000Z","updated_at":"2022-04-12T21:13:08.000Z","dependencies_parsed_at":"2023-02-18T05:45:41.542Z","dependency_job_id":null,"html_url":"https://github.com/kessler/repl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kessler%2Frepl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kessler%2Frepl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kessler%2Frepl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kessler%2Frepl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kessler","download_url":"https://codeload.github.com/kessler/repl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247299844,"owners_count":20916192,"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":[],"created_at":"2024-10-13T04:05:11.413Z","updated_at":"2025-04-05T07:10:48.588Z","avatar_url":"https://github.com/kessler.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @kessler/repl (wip)\n\na personal lib for building repls\n\n## Install\n```\nnpm i @kessler/repl\n```\n\n## usage\n\nindex.js\n\n```js\nconst REPL  = require('@kessler/repl')\n\nconst commands = [\n    { \n        name: ['foo', 'f'],\n        impl: ({ cli, session, params }) =\u003e cli.print('hi')\n    }\n]\n\nREPL.start(commands)\n```\n\n## scripts\n```\nnode index script.cli\n```\n\nscript.cli\n```\nfoo;\nfoo;\nfoo;\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkessler%2Frepl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkessler%2Frepl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkessler%2Frepl/lists"}