leo/.circleci/leo-new.sh

10 lines
254 B
Bash
Raw Normal View History

2021-02-25 08:18:42 +03:00
$LEO new hello-world
ls -la
cd hello-world && ls -la
# verify that in Leo.toml there's a placeholder for author
# because at the time of calling `leo new` user is not logged in
[[ $(cat Leo.toml | grep "\[AUTHOR\]" | wc -l) -eq 1 ]] || exit 1
2021-02-25 08:18:42 +03:00
$LEO run