Skip to content
This repository has been archived by the owner on Dec 19, 2020. It is now read-only.

CpdnCristiano/get_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Cli

Description

A CLI flutter based on GetX,

Installation

requires Dart to run.

pub global activate -sgit https://github.com/CpdnCristiano/get_cli.git

Intall dependencies

get install get:3.4.6

or

get install get

that way the latest version will be installed

Create Screen

run the command in the flutter project directory

get arctekko create screen --name="Screen name"

or in an abbreviated form

get arctekko c s --n="Screen name"

Create Widget in screen directory

run the command in the flutter project directory

get arctekko create wigdet screenFolderName --name="widget name"

or in an abbreviated form

get arctekko c w screenFolderName --name="widget name"

Create Widget in common directory

run the command in the flutter project directory

get arctekko create wigdet common --name="widget name"

or in an abbreviated form

get arctekko c w --n="widget name"

Test phase feature

  • init

use to create a new project in the current directory

get arctekko init .

Attention this command will overwrite some existing files. Do not use this command in an already started project

the next command should create a new project but at the moment it has error

get arctekko init my_fist_project

Future Feature

  • Intall

    Dependencies easy to install via the command line
  • create binding

    generate initial binding structure
  • init

    generate all directories with a single command
  • getx_pattern support

    generate code and directories basead on getx_pattern;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages