Skip to content

MagnusHJensen/cedar-code-generator

Repository files navigation

Cedar Code Generator

Cedar code generator is a monorepo, which includes the packages used for generating code, matching a cedar schema.

Disclaimer

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.

Usage

  1. You can get started using this library by installing it in your package.json:
$ npm i -D @cedar-codegen/cli
  1. Next create a configuration file named .cedarrc.yml, it could also be named in any of the formats listed by cosmiconfig

Future

Feel free to check out the projects tab, to see in-progress and future work.

License

GitHub license

MIT

Inspirations