Format your Pioneer, Denon and VirtualDJ tracklist exports.
This project is hosted publicly at https://formatter.djstormdrain.com/.
This project requires these dependencies to be installed and running:
- Node.js 16.x LTS
- Clone the repository.
git clone git@github.com:hpopp/tracklist-formatter.git && cd tracklist-formatter
- Fetch dependencies.
npm i
- Run the project. Access it in your browser at http://localhost:8080.
npm run serve
This project uses Prettier for formatting. Add a hook in your editor of choice to run it after a save.
Git commit subjects use the Karma style.