A collection of Fe examples.
- The
feCLI.
Install Fe with:
curl -fsSL https://raw.githubusercontent.com/argotorg/fe/master/feup/feup.sh | bash
source ~/.fe/envClone the repo with submodules:
git clone --recurse-submodules <repo-url>
cd fe-examplesIf you already cloned the repo, initialize submodules with:
git submodule update --init --recursive