Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "gql-tools", | ||
"description": "GraphQL Tools for schema handling.", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"author": "Alberto Mijares <almilo@almilo.es>", | ||
@@ -16,3 +16,8 @@ "license": "MIT", | ||
"graphql": "^0.6.1" | ||
} | ||
}, | ||
"keywords": [ | ||
"graphql", | ||
"tools", | ||
"cli" | ||
] | ||
} |
# gql-tools | ||
GraphQL Tools for schema handling. | ||
This package provides several command-line tools to work with GraphQL schemas. For instance, generating the | ||
introspected schema or the schema AST in JSON format. | ||
### Installation | ||
Install *gqltools* locally and add as dependency to the current project. | ||
```sh | ||
npm install --save gql-tools | ||
``` | ||
Install *gqltools* globally. | ||
```sh | ||
npm install -g gql-tools | ||
``` | ||
**Note**: this package requires *graphql* as peer dependency. | ||
```sh | ||
npm install [-g] graphql | ||
``` | ||
### Usage | ||
* **gqlschema**: generates the introspected schema and the schema AST of a given GraphQL schema language. | ||
* **usage**: *gqlschema <schema.txt>* |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3278
27
5