{"id":17049075,"url":"https://github.com/toddself/repl-it","last_synced_at":"2025-04-12T16:14:19.769Z","repository":{"id":19401646,"uuid":"22643345","full_name":"toddself/repl-it","owner":"toddself","description":"Load your project into a repl!","archived":false,"fork":false,"pushed_at":"2019-05-20T19:21:53.000Z","size":297,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-10T16:08:56.605Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/toddself.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-05T12:53:32.000Z","updated_at":"2025-01-10T04:08:12.000Z","dependencies_parsed_at":"2022-09-13T14:51:49.760Z","dependency_job_id":null,"html_url":"https://github.com/toddself/repl-it","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddself%2Frepl-it","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddself%2Frepl-it/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddself%2Frepl-it/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddself%2Frepl-it/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toddself","download_url":"https://codeload.github.com/toddself/repl-it/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248594131,"owners_count":21130316,"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-14T09:53:48.437Z","updated_at":"2025-04-12T16:14:19.742Z","avatar_url":"https://github.com/toddself.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# repl-it\n\nCreates a repl in the current directory with all the packages listed in `devDependencies` and `dependencies` loaded into the local context. Uses pkginfo to determine the root of your project.\n\n## io.js REPL features\n* Command line history -- If you're using io.js version 1 or higher you have access to persistant command-line history (enabled by default).  To disable use `--no-history`.\n* \"MAGIC\" mode -- If you're in io.js 2 or higher, defaults to magic, which will automatically run \"strict mode only\" statements in strict mode. To disable use `--no-magic`.\n\n## Usage\n\n```\n~/src/awesome-node-project\u003e cat package.json\n{\n  \"name\": \"repl-it\",\n  \"version\": \"1.0.1\",\n  \"description\": \"Loads all the packages in your package.json and creates a repl for you\",\n  \"main\": \"index.js\",\n  \"scripts\": {\n    \"test\": \"tap test/*spec.js\"\n  },\n  \"bin\": {\n    \"repl-it\": \"./index.js\"\n  },\n  \"repository\": {\n    \"type\": \"git\",\n    \"url\": \"git://github.com/toddself/repl-it\"\n  },\n  \"keywords\": [\n    \"repl\"\n  ],\n  \"author\": \"Todd Kennedy \u003ctodd@selfassembled.org\u003e\",\n  \"license\": \"MIT\",\n  \"bugs\": {\n    \"url\": \"https://github.com/toddself/repl-it/issues\"\n  },\n  \"homepage\": \"https://github.com/toddself/repl-it\",\n  \"dependencies\": {\n    \"camel-case\": \"^1.0.2\",\n    \"pkginfo\": \"^0.3.0\",\n    \"xtend\": \"^4.0.0\"\n  }\n}\n~/src/repl-it\u003e repl-it\nrepl-it\u003e typeof xtend\n'function'\nrepl-it\u003e typeof camelCase\n'function'\nrepl-it\u003e ^D\n~/src/repl-it\u003e cd test\n~/src/repl-it/test\u003e repl-it\nrepl-it\u003e typeof camelCase\n'function'\n```\n\nPackages are automatically camelcased for you.\n```\n~/src/awesome-node-project\u003e repl-it\nrepl-it\u003e typeof camelCase\n'function'\nrepl-it\u003e\n```\n\n# Installation\n\n`npm i -g repl-it`\n\n# Tests\n\nNone yet.  Probably not ever.  Eh.\n\n# Contributors\n\n* Eugene Sharygin ([eush77](https://github.com/eush77))\n* Evan Senter ([evansenter](https://github.com/evansenter))\n\n# License\n\nMIT. © 2014 Todd Kennedy","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoddself%2Frepl-it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoddself%2Frepl-it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoddself%2Frepl-it/lists"}