In Busy Hour we use blaze as our backend framework where it allow us to write our backend code in an event driven pattern. Unfortunately, as the times goes on it become redundant to recast the result when calling the API through the context
API. To fix these issues, we create blaze-types
which automatically generate the type for us so our code will be type safe as much as possible.
To get started to use blaze-types
on your project, you can start by installing it to your Node project by using the following command.
pnpm i @busy-hour/blaze-types
Once you install blaze-types
in your project, you can start using it by following the complete instruction how to start using blaze-types on your blaze project on our wiki .
To start contributing to our repository, please look more about the detail how to contribute in our contribution guidelines.
Made with contrib.rocks