An open API service indexing awesome lists of open source software.

https://github.com/codedotjs/current-time-cli

:watch: CLI tool to find current time in descriptive format.
https://github.com/codedotjs/current-time-cli

Last synced: 6 months ago
JSON representation

:watch: CLI tool to find current time in descriptive format.

Awesome Lists containing this project

README

          

# current-time-cli

[![Build Status](https://travis-ci.org/CodeDotJS/current-time-cli.svg?branch=master)](https://travis-ci.org/CodeDotJS/current-time-cli)

> A CLI tool to find current time in descriptive format.



## Install

```
$ npm install --global current-time-cli
```
__`OR`__
```
$ sudo npm install --global current-time-cli
```

## Usage

```
$ currt

› Please provide a query

For help : currt -h, --help

For examples : currt -e, --examples
```

## Related

- [current-time](https://github.com/CodeDotJS/current-time) : API for this tool.

## License

MIT © [Rishi Giri](https://github.com/CodeDotJS)