dotansimha / dotansimha/graphql-code-generator
remove graphql codegen cli alias names
Open
core
- Dominant language
- TypeScript
- Stars
- 11.3k
- Forks
- 1.4k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 23
Description
Right now we have 3 ways of running the CLI:
```
"gql-gen": "dist/cjs/bin.js",
"graphql-codegen": "dist/cjs/bin.js",
"graphql-code-generator": "dist/cjs/bin.js",
```
Most commonly used one is `graphql-codegen`. We can remove the other ones in the next major version.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.