Skip to content

Instantly share code, notes, and snippets.

View crbinz's full-sized avatar
🛰️

Chris Binz crbinz

🛰️
View GitHub Profile
@crbinz
crbinz / pkg-application.md
Last active August 11, 2018 01:00
Pkg workflow - Application development

An application is "a project which provides standalone functionality not intended to be reused by other Julia projects", per the docs

shell> pwd
/Users/cbinz/Code

(v0.7) pkg> generate MyApp
Generating project MyApp:
    MyApp/Project.toml
    MyApp/src/MyApp.jl