This guide assumes you have a GCC and Make installed.
Clone the Git repository.
git clone https://github.com/ashtonjamesd/lavandula.git
cd lavandulaRun the install script. This sets up the Lavandula CLI.
./install.shYou should see the following.
[SUCCESS] 🎉 Lavandula installation completed!
Quick Start:
lavu new my-project # Create a new project
cd my-project
lavu run # Run your project
Documentation:
GitHub: https://github.com/ashtonjamesd/lavandulaYou should now be able to run the Lavu CLI tool. Refer to /api for how to use Lavu.
Next: Hello World!