UNPKG

@dillonkearns/elm-graphql

Version:

<img src="https://cdn.jsdelivr.net/gh/martimatix/logo-graphqelm/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">

11 lines (7 loc) 219 B
#!/usr/bin/env node var findAllDependencies = require('../index.js').findAllDependencies; var entry = process.argv[2]; findAllDependencies(entry) .then(function(dependencies) { console.log(dependencies); });