Cedar code generator is a monorepo, which includes the packages used for generating code, matching a cedar schema.
This is still in a very early state. You can therefore expect heavy changes in the way it's configured and is working, as well as it's output. Once the first major release comes out, this is no longer going to be the case.
This project and all it's packages is following the semver convention, and is managed by changesets.
- You can get started using this library by installing it in your package.json:
$ npm i -D @cedar-codegen/cli
- Next create a configuration file named
.cedarrc.yml
, it could also be named in any of the formats listed by cosmiconfig
Feel free to check out the projects
tab, to see in-progress and future work.
MIT
- graphql-code-generator has been a huge inspiration in writing this.