Skip to content

snapcraft-docs/whatime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whatime

whatime

Whatime is a simple date/time tool created to demonstrate how to build snap packages.

asciicast

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.
  1. Install the Snap on your system with
$ sudo snap install whatime_1.0.0_amd64.snap --devmode
  1. Run the app
$ whatime --in "New York"

About

Whatime is a simple .NET app to demonstrate snap packaging

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%