/vogons

Primary LanguageCSSGNU Lesser General Public License v3.0LGPL-3.0

The Vogons Project

The Vogons Project helps you manage your albums, efficiently.

Getting Started

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

Releasing

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.

License

LGPL-3.0