Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.