leo/.circleci/leo-new.sh
2022-07-18 18:28:23 -07:00

8 lines
122 B
Bash
Executable File

# Create a new foo project.
$LEO new foo
ls -la
cd foo && ls -la
# Try to compile and run the template project.
$LEO run