3.0.1 • Published 7 years ago

mp3cat-bin v3.0.1

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

mp3cat-bin Build Status

Binary wrapper for mp3cat - concat mp3 files. https://github.com/dmulholland/mp3cat

CLI

$ npm install --save mp3cat-bin
$ mp3cat --help

API

$ npm install --save mp3cat-bin
const execFile = require('child_process').execFile;
const mp3cat = require('mp3cat-bin');

execFile(mp3cat, ['--help'], (err, stdout) => {
    console.log(stdout);
});

License

MIT @ azu

3.0.1

7 years ago

3.0.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago