UNPKG

morpheus4j

Version:

Morpheus is a migration tool for Neo4j. It aims to be a simple and intuitive way to migrate your database.

8 lines (6 loc) 184 B
#!/usr/bin/env node // eslint-disable-next-line unicorn/prefer-top-level-await (async () => { const oclif = await import('@oclif/core') await oclif.execute({dir: __dirname}) })()