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.
typescript
javascript
nodeJS
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
Install package:
> yarn global add @alipiry/tite-cli
Simply run tite
to get time and date information:
> tite
You can use following command to see tite
options:
> tite -h
-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
Clone the project:
> git clone [email protected]:alipiry/tite-cli.git
Install dependencies and dev dependencies:
> cd tite-cli/
> yarn
> yarn dev
> yarn build
Tite is MIT-licensed.
If you enjoy using this tool, please consider buying me a coffee. 😁