https://github.com/saurabh0719/fs-estimate
Estimate reading time for any text file
https://github.com/saurabh0719/fs-estimate
cli-tool javascript nodejs nodejs-cli reading-time-estimator
Last synced: about 1 month ago
JSON representation
Estimate reading time for any text file
- Host: GitHub
- URL: https://github.com/saurabh0719/fs-estimate
- Owner: saurabh0719
- License: mit
- Created: 2020-10-23T07:37:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-27T13:43:19.000Z (over 5 years ago)
- Last Synced: 2025-10-04T06:57:15.736Z (6 months ago)
- Topics: cli-tool, javascript, nodejs, nodejs-cli, reading-time-estimator
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/fs-estimate
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fs-estimate
Estimate reading time for any text file from your terminal
#### Installation :
```sh
$ npm install fs-estimate -g
```
#### Usage :
Get reading time (filename or path in string format):
```sh
$ fs-estimate read filename
```
Set reading rate (words per minute) :
```sh
$ fs-estimate set 200
#200 words per minute
```
Defaults to 150
```sh
$ fs-estimate set
#150 words per minute
```