1.4.1 • Published 5 years ago

@alipiry/tite v1.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Tite

Tite(time + date) is a nodeJS CLI app that tells you Time & Date information.

Tite shows you both Jalali & Gregorian date information alongside time info.

Demo

asciicast

Development Technologies

  typescript
  javascript
  nodeJS

Requirements

To use this package, make sure you have yarn installed on your machine:

macOS:

  > brew install yarn 

Linux:

  > curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
  echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
  > sudo apt-get update && sudo apt-get install yarn

Installation

Install package:

  > yarn global add @alipiry/tite

Usage

Simply run tite to get time and date information:

  > tite

You can use following command to see tite options:

  > tite -h

Available options

-y, --year: Shows the year of current date

-m, --month: Shows the month of current date

-d, --day: Shows the day of current date

-w, --weekday: Shows the week day of current date

-t, --time: Shows current time

Development

Clone the project:

  > git clone git@github.com:alipiry/tite.git

Install dependencies and dev depedencies:

  > cd tite/
  > yarn

Running

  > yarn dev

Production

  > yarn build

Author

Ali Piry

LICENSE

Tite is MIT-licensed.

1.4.1

5 years ago

1.4.0

5 years ago

1.3.6

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago