Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T22:58:12.000Z (about 2 years ago)
- Last Synced: 2024-10-28T00:30:21.042Z (2 months ago)
- Topics: cli, command-line, hacktoberfest, haskell, week, weeknumber
- Language: Swift
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 3
- 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
```