Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stbestichhh/task-master-cli

CLI application for managing tasks in your terminal.
https://github.com/stbestichhh/task-master-cli

cli nodejs npm package task-manager

Last synced: about 14 hours ago
JSON representation

CLI application for managing tasks in your terminal.

Awesome Lists containing this project

README

        

[![Node.js CI](https://github.com/stbestichhh/task-master-cli/actions/workflows/node.js.yml/badge.svg)](https://github.com/stbestichhh/task-master-cli/actions/workflows/node.js.yml)
[![Node.js Package](https://github.com/stbestichhh/task-master-cli/actions/workflows/npm-publish-github-packages.yml/badge.svg)](https://github.com/stbestichhh/task-master-cli/actions/workflows/npm-publish-github-packages.yml)
[![Node.js Lint](https://github.com/stbestichhh/task-master-cli/actions/workflows/node_lint.yml/badge.svg)](https://github.com/stbestichhh/task-master-cli/actions/workflows/node_lint.yml)

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)

# Task-master
Task-master is a command line interface application for managing todos in your terminal.

## [CHANGELOG](CHANGELOG.md)

## How to use

See [wiki's](https://github.com/stbestichhh/task-master-cli/wiki#usage) to get know how to use tasl-master-cli.

## Installation

Install task-master-cli with npm

```bash
$ npm i -g @stbestichhh/task-master-cli
```

or [download latest release](https://github.com/stbestichhh/task-master-cli/releases/tag/v0.0.8)

```bash
$ cd task-master-cli
$ npm i -g .
```

## Authors

- [@stbestichhh](https://www.github.com/stbestichhh)