beyond_cli

Last updated:

0 purchases

beyond_cli Image
beyond_cli Images
Add to Cart

Description:

beyond cli

Getting started #
beyond_cli is a command line interface for beyond framework. beyond_cli can be used for multiple beyond project operation :

Initialize beyond project
Generate model from json
Create beyond model (modelv2)
Create controller | WIP 🚧
Create usecase | WIP 🚧
Create exception | WIP 🚧

Installation 🚀 #
To install beyond_cli just simply run this command
dart pub global activate beyond_cli
copied to clipboard
Then run this command to check if beyond_cli is already installed
beyond -v
copied to clipboard
Initialize beyond project #
project name can only be 1 word, or using snake case like example_project
beyond create project_name
copied to clipboard
Generate model from json #
beyond generate model <ClassName> --path <path to file> --suffix
copied to clipboard

ClassName will be used for first class name, also will be transformed to snake_case for file name
--suffix is optional but when it used, it must be followed by desired prefix like --suffix Model, so the model will be generated using suffix

Create beyond model (modelv2) #
beyond generate model <ClassName>
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.