{"id":21088115,"url":"https://github.com/builtbydamian/neo4j-cli","last_synced_at":"2026-05-17T13:37:38.177Z","repository":{"id":57309835,"uuid":"123040170","full_name":"builtbydamian/neo4j-cli","owner":"builtbydamian","description":"CLI for the most common tasks when using neo4j and cypher.","archived":false,"fork":false,"pushed_at":"2018-03-04T10:36:31.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-21T05:18:16.877Z","etag":null,"topics":["cli","migration","neo4j","neo4j-database"],"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/builtbydamian.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":"2018-02-26T22:38:05.000Z","updated_at":"2023-02-13T18:57:40.000Z","dependencies_parsed_at":"2022-09-08T19:50:58.770Z","dependency_job_id":null,"html_url":"https://github.com/builtbydamian/neo4j-cli","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/builtbydamian%2Fneo4j-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/builtbydamian%2Fneo4j-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/builtbydamian%2Fneo4j-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/builtbydamian%2Fneo4j-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/builtbydamian","download_url":"https://codeload.github.com/builtbydamian/neo4j-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243532532,"owners_count":20306152,"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":["cli","migration","neo4j","neo4j-database"],"created_at":"2024-11-19T21:14:52.539Z","updated_at":"2026-05-17T13:37:33.118Z","avatar_url":"https://github.com/builtbydamian.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neo4j CLI\nCLI for the most common tasks when using neo4j and cypher.\n\n## Installation\n```\nnpm install --save-dev neo4j-cli\n# Or\nyarn add -D neo4j-cli\n```\n\nTo run any of the commands, you will need to provide the connection details for neo4j. To do this, create a `migrations` folder in the root of your project, and add a file called `config.js` which exports an object or a promise with the following structure:\n\n```js\nmodule.exports = {\n  host: 'bolt://localhost',\n  username: 'neo4j',\n  password: 'neo4j',\n};\n```\n\nIf you need to make any async requests to get the connection details, then return a promise that resolves with the config object.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuiltbydamian%2Fneo4j-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuiltbydamian%2Fneo4j-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuiltbydamian%2Fneo4j-cli/lists"}