Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mr-sunglasses/flet-cli


https://github.com/mr-sunglasses/flet-cli

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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

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

```console
~$ vim .bashrc # For zshrc default shell
```

Add Autotype to your PATH in your .zshrc or .bashrc file
```bash
export PATH="$PATH:path of flet-cli/bin"
```

Restart the terminal
```console
~$ flet --help
```