Sign inSign up

shivamtech29/backlog-cli-manager

By shivamtech29

Updated over 2 years ago

Image
0

36

shivamtech29/backlog-cli-manager repository overview

Backlog CLI Manager

This is a cli tool project craeted to manage tasks and backlogs on cli for developers who want quick access of all tasks while working on terminal itself.

backlog

Installation

npm install -g backlog-cli-manager 
  1. If it says backlog already exists, use --force flag
npm install -g backlog-cli-manager --force 
  1. In windows systems, set permission to access files by
Set-ExecutionPolicy RemoteSigned -Scope Process 
  1. Initialise the tool and use it from same directory later
backlog --init

Note: Using via Docker:

  1. Pull latest Image from DockerHub and Run the container. Use the container shell to interact with package.

Release: 0.1.0

Features:

Add backlog with name, description, priority, deadline and in todo status by default

backlog -a -n <name> -p <priority> -dl <deadline> -d <description> -t

addTask

Change status to working or completed

backlog -n <name> -w

or

backlog -n <name> -c

Get list of all backlogs

backlog -la

addTask

Get list by a priority, deadline or status

backlog -l -p <priority>

or

backlog -l -dl <deadline>

or

backlog -l -c/w/t

Remove a backlog

backlog -r <name>

Important :

Check Compliance before installing in Organisation Systems

For queries:

Reach out by creating comments/issues/mail or connect to social media via:

Twitter

LinkedIn

Tag summary

Content type

Image

Digest

sha256:a6214a605

Size

384.7 MB

Last updated

over 2 years ago

docker pull shivamtech29/backlog-cli-manager:0.1.0