Split Document
How It Works
$ npm run start -- split-document -h
Usage: robosaur split-document [options] <configFile>
Split document into multiple projects
Options:
-h, --help display help for commandConfiguration
{
"splitDocument": {
"path": "<path-to-a-file-that-will-be-split>",
"header": true,
"linesPerFile": 100,
"filesPerFolder": 10,
"resultFolder": "<path-to-all-split-files-result>"
}
}Path
Result Folder
Header
Files Per Folder
Lines Per File
Last updated