UNPKG

@gqty/cli

Version:

Interactive codegen for GQty

3 lines (2 loc) 559 B
#! /usr/bin/env node import{addCommand as m}from"./commands/default.mjs";import{addCommand as o}from"./commands/generate.mjs";import{program as r}from"@commander-js/extra-typings";import"@graphql-codegen/core";import"@graphql-codegen/typescript";import"@graphql-tools/utils";import"@graphql-tools/wrap";import"@inquirer/prompts";import"cosmiconfig";import"cross-fetch";import"fast-glob";import"graphql";import"lodash-es/sortBy.js";import"prettier";import{__innerState as i}from"./innerState.mjs";i.isCLI=!0,r.version("5.0.0"),o(r),m(r),r.parse(process.argv);