@fullstack-one/cli
v0.5.15
Published
fullstack.one cli package
Downloads
9
Readme
@fullstack-one/cli
CLI tool to fasten development with fullstack one
Installation
Via npm:
npm install @fullstack-one/cli
Commands
--help
Get cli help for the commands:
one --help
one [command] --help
init
Initializes a fullstack one project.
one init
migrate-db
Utilizes @fullstack-one/auto-migrate to migrate the database according to the schema definitions.
one migrate-db
generate-ts
Generates typescript interfaces, enums and types based on the dbMeta object derived from the schema definitions.
one generate-ts