Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/listr2/listr2

NodeJS Task List derived from the best! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.
https://github.com/listr2/listr2

cli console listr loading nodejs nodejs-modules npm progress task tasklist term terminal typescript

Last synced: about 1 month ago
JSON representation

NodeJS Task List derived from the best! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.

Awesome Lists containing this project

README

        

# listr2 - monorepo

[![Pipeline](https://gitlab.kilic.dev/libraries/listr2/badges/master/pipeline.svg?style=flat-square&ignore_skipped=true)](https://gitlab.kilic.dev/libraries/listr2/-/commits/master) [![Version](https://img.shields.io/npm/v/listr2.svg?style=flat-square&logo=npm)](https://www.npmjs.com/package/listr2?activeTab=versions) [![Downloads](https://img.shields.io/npm/dm/listr2.svg?style=flat-square&logo=npm)](https://www.npmjs.com/package/listr2) [![Size](https://img.shields.io/bundlephobia/min/listr2?style=flat-square&logo=npm)](https://www.npmjs.com/package/listr2) [![Dependencies](https://img.shields.io/librariesio/release/npm/listr2?style=flat-square&logo=npm)](https://www.npmjs.com/package/listr2?activeTab=dependencies) [![codecov](https://codecov.io/gh/listr2/listr2/branch/master/graph/badge.svg?style=flat-square)](https://codecov.io/gh/listr2/listr2)

[![github sponsors](https://img.shields.io/github/sponsors/cenk1cenk2?style=flat-square&logo=github)](https://github.com/sponsors/cenk1cenk2) [![opencollective](https://img.shields.io/opencollective/sponsors/listr2?label=open%20collective&logo=opencollective)](https://opencollective.com/listr2)

**Create beautiful CLI interfaces via easy and logical to-implement task lists that feel alive and interactive.**

---

## Documentation

**[Read the documentation...](https://listr2.kilic.dev)**

You can find the documentation source code in [here](https://github.com/listr2/listr2/tree/master/docs).

## Demo

![Demo](https://media.githubusercontent.com/media/listr2/listr2/master/examples/renderer-default.gif)

## Packages

[`listr2`](https://github.com/listr2/listr2/tree/master/packages/listr2)

### Extensions

- [`@listr2/manager`](https://github.com/listr2/listr2/tree/master/packages/manager)

### Prompt Adapters

- [`@listr2/prompt-adapter-enquirer`](https://github.com/listr2/listr2/tree/master/packages/prompt-adapter-enquirer)
- [`@listr2/prompt-adapter-inquirer`](https://github.com/listr2/listr2/tree/master/packages/prompt-adapter-inquirer)

## Examples

You can find the examples [here](https://github.com/listr2/listr2/tree/master/examples).