id3-cli
v0.2.0
Published
Command Line Interface to get and set ID3 meta tags on MP3's.
Downloads
2
Readme
ID3-CLI
Command Line Interface to get and set ID3 meta tags on MP3's.
Installation
npm install --global id3-cli
Usage
Get tags
id3-cli get <file>
or
id3 get <file>
Set tags
id3-cli set <file>
or
id3 set <file>
Tests
npm test
Contributing
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.