Commands
Create
Create a new Floyd project by providing the project name and its path
floyd create <name> <path>
for example:
floyd create hello-world ~/playground
Add
Add new component to your project (Make sure you are inside the project's root directory)
floyd add cat
Last updated
Was this helpful?