Skip to content
Snippets Groups Projects
Select Git revision
  • 6682fedc7abd0ab4922c6a1d2b94259af97b806e
  • master default protected
  • main
3 results

SustainableSoftwareEngineering.jl

  • Clone with SSH
  • Clone with HTTPS
  • Lambert Theisen's avatar
    Theisen, Lambert authored
    6682fedc
    History

    Sustainable Software Engineering

    Installation

    1. Clone the Repository:
      git clone https://github.com/username/project-name.git
    2. Navigate to the Project Directory:
      cd project-name

    Running the Project

    1. Start Julia: Open Julia REPL by running julia in your terminal.

    2. Activate and Instantiate the Project:

      using Pkg
      Pkg.activate(".")
      Pkg.instantiate()
    3. Run the Project:

      using SustainableSoftwareEngineering
      add(1,2)
      # 3

    Test the Project

    1. Start Julia: Open Julia REPL by running julia in your terminal.

    2. Activate, Instantiate and Test the Project:

      using Pkg
      Pkg.activate(".")
      Pkg.instantiate()
      Pkg.test()

    Build Documentation of Project

    1. Start Julia: Open Julia REPL by running julia in your terminal.

    2. Activate, Instantiate and Test the Project:

      using Pkg
      Pkg.activate(".")
      Pkg.instantiate()
      include("docs/make.jl")
    3. 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

    Contact

    • Lambert Theisen
    • lambert.theisen@ians.uni-stuttgart.de