@0e9b061f/mkv
v0.2.0
Published
Update version and series in package.json and README.md
Downloads
6
Maintainers
Readme
🔨 mkv versioning helper v0.2.0 'T.G. CID'
mkv is a small tool I use in my projects. It updates the project's version number in package.json
and on the first line of your README. It will also select a series name and update both locations wth that. Config goes in your package.json
:
{
"name": "@0e9b061f/mkv",
"mkv": {
"name": "mkv",
"before": "🔨",
"after": "versioning helper"
}
}
If the name you want to have set in your README is different from the package name, set the name you want in mkv.name
. You may also configure text to be shown before and after the name.
You can also give your project series names by creating series.json
:
[
"Gaffgarion",
"T.G. Cid",
"Ultima",
"Ramza",
"Ajora",
"Alma",
"Agrias",
"Ovelia",
"Delita"
]
However, this relies on your project existing in a git repo and using version tags with a form like v0.1.0
. A new series name is given every time you change the major or minor version of your project. Patch numbers are ignored.
License
Copyright 2024 0E9B061F Available under the terms of the MIT License.