timefmt

1.1.2 • Public • Published

🕓 timefmt

A tiny time converting util for the command line.

📦 Installation

You can choose one of the following ways to install timefmt

🔰 Install via your favorite Node Package Manager

You can use npm or yarn (or any other package manager of your choice) to install this utility.

# when using npm 
npm i -g timefmt
# when using yarn 
yarn global add timefmt

🍻 Install via Homebrew (MacOS)

If you've Homebrew installed, simply run:

# tap the timefmt formula 
brew tap pddstudio/timefmt
# Install timefmt using brew 
brew install timefmt

❓ Usage

See timefmt --help for usage instructions.

Convert 1m 30s to ms:

timefmt 1m 30s --output ms
# => The given input time 1m 30s equals: 90000 ms 

ℹ️ Usage Information

Run timefmt --help for a list of all available commands, conversion outputs and more.

⭐️ License

MIT License - See LICENSE for details.

Package Sidebar

Install

npm i timefmt

Weekly Downloads

63

Version

1.1.2

License

MIT

Unpacked Size

21.5 kB

Total Files

39

Last publish

Collaborators

  • pddstudio