Package Exports
- cardano-graphql-cli
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cardano-graphql-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Cardano GraphQL CLI
Global install from npm
npm i -g cardano-graphql-cli
cgql --help
Execute without installing using npx
npx cardano-graphql-cli --help
Build from source using yarn
yarn & yarn add-global
cgql --help
Depending on your local environment, you may need to add the yarn global bin to your PATH. The following command is useful for a single terminal session:
export PATH="$(yarn global bin):$PATH"
cgql --help