kammce / sammy

Sammy is a tool for managing SJSU-Dev2 firmware projects and to install external packages such as platforms and libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sammy platform install

kammce opened this issue · comments

Usage and Behavior

Fresh Install

$ sammy platform install
This command will download and setup SJSU-Dev2 in your $HOME directory. The following tools configurations will be installed globally on your machine:
- <insert list here>
- Mention the creation of the .sjsu-dev2.mk file in $HOME after setup is complete

Would you like continue [Y/N]: y

<Cloning SJSU-Dev2 to $HOME>
<execute setup>

Already Installed

$ sammy platform install
< Evaluate the sjsu-dev2.mk and determine if the path and directory exist. >
SJSU-Dev2 is already installed on your machine. 
< Potentially add content regarding how to install a package or updating the repo >