graphql-engine/community/tools/firebase2graphql/bin/run
2018-09-28 17:45:22 +05:30

5 lines
93 B
JavaScript
Executable File

#!/usr/bin/env node
require('../src/command').run()
.catch(require('@oclif/errors/handle'))