Tag is still under development and most commands might change in the future.
$ npm install -g tag-tracker-cli
$ tag --help
$ sudo cp $(dirname $(readlink -f $(which tag)))/../complete/tag-completion.bash /etc/bash_completion.d/tag
$ . /etc/bash_completion.d/tag # the first time
Online documentation is still under writing process, but help is available via
tag --help
Require nodejs version >= 10
$ git clone [email protected]:eliep/tag-tracker-cli.git
$ cd tag-tracker-cli
$ npm install .
$ npm run build
$ sudo npm link
$ npm run docs:dev
$ xdg-open http://localhost:8080/tag-tracker-cli/
This project is licensed under the terms of the MIT license.