New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@fullstack-one/cli

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fullstack-one/cli

fullstack.one cli package

0.5.4
Version published
Weekly downloads
28
600%
Maintainers
2
Weekly downloads
 
Created

@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

FAQs

Package last updated on 26 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts