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.
- Host: GitHub
- URL: https://github.com/codedotjs/current-time-cli
- Owner: CodeDotJS
- License: mit
- Created: 2016-09-15T19:45:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-18T13:15:34.000Z (over 9 years ago)
- Last Synced: 2025-06-27T23:43:57.143Z (6 months ago)
- Language: JavaScript
- Size: 91.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# current-time-cli
[](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)