UNPKG

splittext

Version:

Split large text files into smaller chunks.

29 lines (28 loc) 602 B
{ "name": "splittext", "version": "2.0.0", "description": "Split large text files into smaller chunks.", "main": "splitText.js", "scripts": { "test": "splitText.js --chunks 4 ./file.txt" }, "repository": { "type": "git", "url": "git+https://github.com/olvsky21/splitText.git" }, "keywords": [ "split", "large", "text", "files", "smaller", "chunks", "giant" ], "author": "olvsky21", "license": "MIT", "bugs": { "url": "https://github.com/olvsky21/splitText/issues" }, "homepage": "https://github.com/olvsky21/splitText#readme" }