Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 404 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 404 Bytes

fs-estimate

Estimate reading time for any text file from your terminal

Installation :

$ npm install fs-estimate -g

Usage :

Get reading time (filename or path in string format):

$ fs-estimate read filename

Set reading rate (words per minute) :

$ fs-estimate set 200 
#200 words per minute

Defaults to 150

$ fs-estimate set
#150 words per minute