Skip to content

eliep/tag-tracker-cli

Repository files navigation

Tag Tracker

Build Status

Tag is still under development and most commands might change in the future.

Installation

$ npm install -g tag-tracker-cli
$ tag --help

Bash Autocompletion

$ sudo cp $(dirname $(readlink -f $(which tag)))/../complete/tag-completion.bash /etc/bash_completion.d/tag
$ . /etc/bash_completion.d/tag # the first time

Documentation

Online documentation is still under writing process, but help is available via

tag --help

Dev

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

Documentation

$ npm run docs:dev
$ xdg-open http://localhost:8080/tag-tracker-cli/

License

This project is licensed under the terms of the MIT license.