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