generate various files based on mobiletto-orm-typedef definitions
npm install mobiletto-orm-typedef-genmobiletto-orm-typedef-gen
=========================
This library provides tools to generate various files based on types declared using
mobiletto-orm-typedef
This is a separate library because it's almost always a dev dependency and not needed
at runtime.
mobiletto-orm-typedef-gen via npm or yarn or pnpm # install with npm
npm i mobiletto-orm-typedef-gen
# install with yarn
yarn add mobiletto-orm-typedef-gen
# install with pnpm
pnpm add mobiletto-orm-typedef-gen
# Clone source and install dependencies
git clone https://github.com/cobbzilla/mobiletto-orm-typedef-gen.git
cd mobiletto-orm-typedef-gen
pnpm install
You can also check out the test suite for examples.