timeof
v0.0.1
Published
Measure the execution time of any command
Maintainers
Readme
timeof
Measure the execution time of any command
Install
npm i -g timeof
# or yarn
yarn global add timeofUse
timeof ls
# timeof: 2ms
timeof git status
# timeof: 4ms