Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mr-sunglasses/flet-cli
https://github.com/mr-sunglasses/flet-cli
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mr-sunglasses/flet-cli
- Owner: Mr-Sunglasses
- License: cc0-1.0
- Created: 2022-08-11T12:33:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T09:15:40.000Z (over 2 years ago)
- Last Synced: 2024-11-18T07:47:06.760Z (2 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```