Skip to content

Creating a new package

Zane Hooper edited this page Sep 25, 2018 · 4 revisions
  1. Come up with a unique package folder name, which must be all lower case letters, no spaces.
  2. Clone base package (scp-package-seed) into packages/ folder of Synergy: git clone [email protected]:synergycp/scp-package-seed.git <Your new package's folder name>
  3. Change namespace in all files accordingly (replace ExamplePackage with your namespace)
  4. Add the Package to the Application