0.2.0 • Published 4 years ago

id3-cli v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

ID3-CLI

Build Status

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.