0.5.15 • Published 6 years ago

@fullstack-one/cli v0.5.15

Weekly downloads
14
License
MIT
Repository
github
Last release
6 years ago

@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