Sustainable Software Engineering
Installation
-
Clone the Repository:
git clone https://github.com/username/project-name.git
-
Navigate to the Project Directory:
cd project-name
Running the Project
-
Start Julia: Open Julia REPL by running
julia
in your terminal. -
Activate and Instantiate the Project:
using Pkg Pkg.activate(".") Pkg.instantiate()
-
Run the Project:
using SustainableSoftwareEngineering add(1,2) # 3
Test the Project
-
Start Julia: Open Julia REPL by running
julia
in your terminal. -
Activate, Instantiate and Test the Project:
using Pkg Pkg.activate(".") Pkg.instantiate() Pkg.test()
Build Documentation of Project
-
Start Julia: Open Julia REPL by running
julia
in your terminal. -
Activate, Instantiate and Test the Project:
using Pkg Pkg.activate(".") Pkg.instantiate() include("docs/make.jl")
-
Open in browser
# e.g. firefox docs/build/index.html
Troubleshooting
- Note that the following throws an error:
using SustainableSoftwareEngineering
add("a","b")
# ERROR: ...
Example Files
- See
examples
Folder
Contact
- Lambert Theisen
lambert.theisen@ians.uni-stuttgart.de