Skip to content

innovativeinnovation/epfl-service-open

Repository files navigation

EPFL Service Open

Open the EPFL website (service) associated with the Git repo.

Travis Status Coverage Status Apache License 2.0 CPAN Version


Install

Via CPAN with:

cpan install EPFL::Service::Open

Usage

Command Line

epfl-service-open --help
Usage:
  epfl-service-open --help
  epfl-service-open

You can choose your favorite browser with:

export BROWSER=brave

Module

use EPFL::Service::Open qw( getService );

my $serviceUrl = getService('git@github.com:epfl-idevelop/epfl-theme-elements.git');
print $serviceUrl; #=> https://web2018.epfl.ch

Contributing

Contributions are always welcome.

See Contributing.

Developer

License

Apache License 2.0

Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2018.
Modified work (c) William Belle, 2018-2019.

See the LICENSE file for more details.