2.0.0 • Published 7 years ago

splittext v2.0.0

Weekly downloads
13
License
MIT
Repository
github
Last release
7 years ago

Simple program to split larger text files into smaller chunks.

To install: npm install splittext

To use: node --chunks 4 file.txt

Command line arguments: --help, -h, /? Display help. --input, -i, /i The input file. --output-dir, -o, /o The output directory path. --output-name, -n, /n Change the output file name. --chunks, -c, /c Number of chunks to split the file into.

2.0.0

7 years ago

1.0.1

7 years ago

1.0.0

10 years ago