Skip to content

Srijan-SS02/flet-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flet CLI

Run it Global Commandline Executable

If you are a Linux or a Macos user just add flet-cli to Your .zshrc or .bashrc file

~$ chmod +x flet-cli
~$ chmod +x flet-cli/bin/flet
~$ vim .zshrc # For zshrc default shell
~$ vim .bashrc # For zshrc default shell

Add Autotype to your PATH in your .zshrc or .bashrc file

export PATH="$PATH:path of flet-cli/bin"

Restart the terminal

~$ flet --help

About

Add black formatter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%