https://github.com/cristeahub/hvilken
CLI to give you the current week number.
https://github.com/cristeahub/hvilken
cli command-line hacktoberfest haskell week weeknumber
Last synced: 15 days ago
JSON representation
CLI to give you the current week number.
- Host: GitHub
- URL: https://github.com/cristeahub/hvilken
- Owner: cristeahub
- License: bsd-3-clause
- Created: 2021-10-17T20:24:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T22:58:12.000Z (over 3 years ago)
- Last Synced: 2025-04-02T15:31:20.254Z (about 1 year ago)
- Topics: cli, command-line, hacktoberfest, haskell, week, weeknumber
- Language: Swift
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```zsh
$ swift build -c release
$ ./.build/release/hvilken
```
## Running the CLI
Run the follwing command in the root folder.
```zsh
$ swift run
```