biaslab / METADATA.jl

Metadata for registered Julia packages including private BIASlab packages,
https://pkg.julialang.org
0 stars 0 forks source link

startup script for basic BIASlab setup #2

Open bertdv opened 6 years ago

bertdv commented 6 years ago

Can we make a script that sets up a basic package set from scratch for BIASlab researchers, eg:

Pkg.init("ssh://git@github.com/biaslab/METADATA.jl.git", "master")  
Pkg.add("ForneyLab")
Pkg.add("IJulia")
Pkg.add("PyPlot")
...
bauglir commented 6 years ago

I am really hesitant about this. I don't think it'll add that much benefit. You still need to document the script, where you might as well just straight away include the "script" as something to copy and paste into a command line. An on-boarding document if you will.