1.0.3 • Published 1 year ago

@rameardo/cfw-cli v1.0.3

Weekly downloads
-
License
commerical
Repository
github
Last release
1 year ago

Superflow command line interface (CLI)

Welcome to superflow cli, with this cli you can create routes, controller, database migrations & more more much..

2022-11-23 15-19-10

Installation

Install Superflow cli

npm install -g @super-flow/cfw-cli

Availabe commands

$ superflow
superflow cli v1.0.0

Options:
  -h, --help        display help for the list command
  -v, --version     display superflow cli version

Availabe commands:
  superflow about               Display basic information about your application

  make:
    superflow make:controller   Create a new controller object
    superflow make:middleware   Create a new middleware object
    superflow make:do           Create a new durable object class

  migrate:
    superflow migrate:fresh     Drop all tables and re-run all migrations
    superflow migrate:refresh   Reset and re-run all migrations

  list:
    superflow route:list        List all registered routes
    superflow route:cache       Create a route cache file

Full docs coming soon.