The rusty metal heart of the Basspistol release machine. 🤖🧡
Find a file
Lynn Smeria 15483c0354 Change tag parser for better file support
Should support mp3, ogg, wav, flac and more.
2018-08-20 12:49:08 +02:00
.vscode Change tag parser for better file support 2018-08-20 12:49:08 +02:00
src Change tag parser for better file support 2018-08-20 12:49:08 +02:00
.eslintrc.yaml Refactor and add documentation 2018-08-17 16:48:56 +03:00
.gitignore Initial release 2018-08-14 19:41:01 +03:00
LICENSE Initial commit 2018-08-14 16:54:44 +03:00
nodemon.json Initial release 2018-08-14 19:41:01 +03:00
package.json Change tag parser for better file support 2018-08-20 12:49:08 +02:00
publikator.js Initial release 2018-08-14 19:41:01 +03:00
README.md Initial release 2018-08-14 19:41:01 +03:00
yarn.lock Change tag parser for better file support 2018-08-20 12:49:08 +02:00

Publikator

The rusty metal heart of the Basspistol release machine.

Installation

  1. Make sure nodejs is installed and up-tp-date:

    brew install node
    
  2. Install Publikator globally via npm:

    npm install -g https://github.com/aengl/publikator
    
  3. Repeat the previous step to update to the latest version.

Usage

To get help, run:

publikator -h

To organise tracks and generate release information:

publikator organise pathToMySongs outputPath

Use the --delete flag to start with a clean output directory.