@monkko/cli
v0.1.1
Published
High-performance developer CLI for Monkko ORM - Modern MongoDB ORM for TypeScript
Downloads
9
Maintainers
Readme
@monkko/cli
High-performance developer toolkit for Monkko ORM, written in Go for maximum speed.
Read the docs here for more information.
Quick Start
# Initialize a new Monkko project
monkko init
# Generate types from schemas
monkko generate
# Validate schemas
monkko validateCommands
# Initialize new project with config and .gitignore
monkko init
# Generate types from schemas
monkko generate
# Validate schemas
monkko validate