Caution
This is a work in progress, it is not ready for use yet
- Config editor
-
config Set <key> <value>sets the value of the given key -
config get <key>returns the value of the given key -
config resetresets the config -
config openopens the config file in a default text editor
-
- Avatar wizard
- Package Layout (how a package is declared)
- Package Manager
simply run the setup.sh in bash
bash setup.sh
then enter the venv
# for people
> source .venv/bin/activate
# for fish people
> .venv/bin/activate.fish
to run the tool out from source
python -m ftk <args>
Note
only a linux build is available at this time
simply run the build.sh, if it doesn't work, try it in bash
bash build.sh
and it should pop out a binary in the dist folder