Skip to content

saurabh0719/fs-estimate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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