Conventional(-ish) versioning tool.
Run in a directory with a package.json
or .rev
file.
npx @seahax/rev
# Or, if installed globally...
rev
Add a .rev
file at the repo root. The file should contain globs which match package directories (one per line). Blank lines and lines which start with #
are ignored.
# This line is a comment. The following line is a glob.
packages/*
If you want syntax highlighting in your IDE, associate .rev
files with the gitignore
file type.