Skip to content

cristeahub/hvilken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hvilken

Hvilken is your one-stop-shop to know what week number we are currently using. Schools, kindergartens and a lot of other places exclusively use week numbers in their communication of holidays and similar events.

With this CLI you can finally automate your week number needs.

Installation

The easiest way to use the CLI is to download the latest release from the releases list. https://github.com/cristeahub/hvilken/releases

Building and running from source

To build and run the CLI you currently need to have swift 5.7 installed.

Building the executable

$ swift build -c release
$ ./.build/release/hvilken

Running the CLI

Run the follwing command in the root folder.

$ swift run