UNPKG

morpheus4j

Version:

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

7 lines (6 loc) 238 B
#!/usr/bin/env node_modules/.bin/ts-node // eslint-disable-next-line node/shebang, unicorn/prefer-top-level-await ;(async () => { const oclif = await import('@oclif/core') await oclif.execute({development: true, dir: __dirname}) })()