Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.14 KB

File metadata and controls

38 lines (27 loc) · 1.14 KB

ITFY

About IsItFridayYet?

A .less docker container helps you track the coolest day of the week.

Pull from docker

docker pull pointlesscode/is-it-friday-yet:latest
docker run --rm pointlesscode/is-it-friday-yet

// pass your own timezone (default is Europe/London)
docker run --rm -e TZ=America/New_York pointlesscode/is-it-friday-yet

Build it yourself

  • clone the project and cd to folder
  • build and run the image
docker pull is-it-friday-yet:latest
docker run --rm is-it-friday-yet

// pass your own timezone (default is Europe/London)
docker run --rm -e TZ=America/New_York is-it-friday-yet

Social

.less
Instagram
Twitter
GitHub
DockerHub

License

The project is open-sourced software licensed under the MIT license.