Create a new project Hello in ~/Documents/MadMachine/Projects
- If there is alrealy a directory or file named Hello, stop and alert the user!
mkdir ~/Documents/MadMachine/Projects/Hellocd ~/Documents/MadMachine/Projects/Hellomm-sdk/usr/mm/mm init --type *** --board ***
*** needs to be replaced by user config
After these procedures, the project should be initialized correctlly
- User need to double click the project file
Package.mmpor open it in the IDE menu bar cdinto the project directorymm-sdk/usr/mm/mm get --info nameto get the project name. If this command returns error, then the project is broken. The IDE should alert and quit.
cdinto the project directorymm-sdk/usr/mm/mm build
cdinto the project directorymm-sdk/usr/mm/mm download