Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stbestichhh/task-master-cli
- Owner: stbestichhh
- License: mit
- Created: 2024-02-09T19:07:47.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-04T08:16:10.000Z (7 months ago)
- Last Synced: 2024-10-26T13:26:21.298Z (12 days ago)
- Topics: cli, nodejs, npm, package, task-manager
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@stbestichhh/task-master-cli
- Size: 272 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)