Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 621 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 621 Bytes

graphqlMaker

Finds graphql queries in javascript files

installation

go install github.com/xssdoctor/graphqlMaker@latest

usage

./graphqlMaker -h
Usage:
  graphqlMaker [OPTIONS]

Application Options:
  -f, --file=   .js file to parse
  -F, --folder= Folder with .js files to parse

Help Options:
  -h, --help    Show this help message

Usage:
  graphqlMaker [OPTIONS]

Application Options:
  -f, --file=   .js file to parse
  -F, --folder= Folder with .js files to parse

Help Options:
  -h, --help    Show this help message
  • Make sure to make a .env file in your cwd with OPENAI_API_KEY=[your key]