eliep / tag-tracker-cli

CLI to tag what you're working on

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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.

About

CLI to tag what you're working on

License:MIT License


Languages

Language:TypeScript 96.4%Language:Shell 2.5%Language:JavaScript 1.1%