https://github.com/mateusrodrigues/whatime
Whatime is a simple .NET app to demonstrate snap packaging
https://github.com/mateusrodrigues/whatime
csharp dotnet snapcraft
Last synced: 3 months ago
JSON representation
Whatime is a simple .NET app to demonstrate snap packaging
- Host: GitHub
- URL: https://github.com/mateusrodrigues/whatime
- Owner: mateusrodrigues
- License: mit
- Created: 2023-04-11T19:36:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T14:22:51.000Z (about 3 years ago)
- Last Synced: 2025-12-30T17:36:15.222Z (7 months ago)
- Topics: csharp, dotnet, snapcraft
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# whatime
Whatime is a simple date/time tool created to demonstrate how to build snap packages.
[](https://asciinema.org/a/vFCsoPJk7F9USwk0AfvoNN6iv)
## How to Build
1. Clone this repository
2. Build the Snap package with
```
$ snapcraft --debug --use-lxd
```
- `--debug` to get a shell into the build container in case an error occurs mid-build.
- `--use-lxd` to use a container as the build infrastructure.
3. Install the Snap on your system with
```
$ sudo snap install whatime_1.0.0_amd64.snap --devmode
```
4. Run the app
```
$ whatime --in "New York"
```