Skip to content

Instantly share code, notes, and snippets.

@lshifr
Created November 25, 2012 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lshifr/4143468 to your computer and use it in GitHub Desktop.
Save lshifr/4143468 to your computer and use it in GitHub Desktop.
Simple test project with one package and a project.m file
{
"author"->
{
"name" -> "Leonid Shifrin",
"email" -> "lshifr@gmail.com",
"url" -> "http://www.mathprogramming-intro.org"
},
"name" -> "Test1",
"Description"-> "Simple test project for the installer",
"url" -> "https://gist.github.com/gists/4143468/download",
"license" -> "MIT"
}
BeginPackage["Test1`"]
f[x_]:=x^2;
EndPackage[]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment