Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gustaveikaas/cli-devkit

Devkit for developing JS/TS CLI's
https://github.com/gustaveikaas/cli-devkit

Last synced: about 1 month ago
JSON representation

Devkit for developing JS/TS CLI's

Awesome Lists containing this project

README

        

# cli-devkit

![npm](https://img.shields.io/npm/v/cli-devkit) ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/GustavEikaas/cli-devkit/CI.yml) ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/GustavEikaas/cli-devkit/test.yml?label=tests)

Devkit for developing JS/TS CLI's

Simple collection of convenience methods for building CLI's in Typescript

## Roadmap 👷

- ANSI logger ✔
- Package.json parser using Zod ✔
- File template creator ✔
- CJS/ESM support ✔
- Options parser
- Terminal autocomplete
- Resolve package.json root
- File patcher