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 project start

kammce opened this issue · comments

This command will copy the projects/starter project from the platform to the location specified by the user.

Usage

$ sammy project start project-name
Starting new SJSU-Dev2 project in folder "project-name".

<create folder with the project name>
<copy contents of starter to project name folder>

Done.

Requirements

  • Requires project name
  • Fail if directory exists (prevents overwriting already made folders)