The Vogons Project helps you manage your albums, efficiently.
This is a Node.js program through a GitHub repository. In two steps, you will have Vogons bureaucratizing:
$ git clone https://github.com/jerroydmoore/vogons
$ cd ./vogons
$ npm install
$ npm start
This project uses standard-version to aggregate its releases. As such, please adhere to the Conventional Commits specification.
There hasn't been a release yet, so the first alpha release should be performed with
$ npm run release -- --first-release --prerelease alpha
Subsequent releases won't use the --first-release
option.