Skip to content

Instantly share code, notes, and snippets.

@jakewins
Created September 1, 2012 17:25
Show Gist options
  • Save jakewins/3580935 to your computer and use it in GitHub Desktop.
Save jakewins/3580935 to your computer and use it in GitHub Desktop.
SCAD Package Manager example
# Define this project, this lets others depend on us
Project:
Group: org.jakewins
Name: example
Version: 1.0
# Other projects we depend on
Dependencies:
# We use parametric gears (which in turn might have other dependencies)
-
Group: org.example
Name: parametric-gears
Version: 2.4
# And electric spool mockups
-
Group: org.example
Name: spools
Version: 2.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment