tmcsplit
v0.0.9
Published
Basic Javascript implementation of GNU Split.
Maintainers
Readme
The Martian Company's Split (tmcsplit)
Javascript GNU Split rewrite.
Splittable with number of parts or maximum bytes per part.
It works both in Node.js and in web browsers using the Crash Javacript and Split File modules.
Installation
You can install and save an entry to your package.json
with the following command:
npm \
install \
--save \
@themartiancompany/tmcsplitYou can then run the program with
npx \
"tmcsplit"or just with tmcsplit if you install
the program system-wide using npm from this source
repository or from the
NPM Registry
npm \
-g \
install \
"split-file"or if using GNU make in this repository
make \
installNote: You may need admin rights (sudo,
su -c or on Windows Run as administrator).
or if you install it as a DogeOS package from the Ur
ur \
tmcsplitDocumentation
Upon installation the manual can be accessed with
man tmcsplit but really it's the same as
GNU Split, so you can also refer to man split
for what is it implemented.
License
This software by Pellegrino Prevete is released under the terms of the GNU Affero General Public License version 3.
