Manipulator
Manipulator is a lightweight promise based plugin that allows for the division of large files into smaller ones in node. It is based off of the previous package
split-file. It is rewrittend with typescript and come with typings preinstalled. Also it allows you to specify output directories.
To import:
``
const mainpulator = new require('manipulator')();
`
or
`
const =
``