Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gustaveikaas/cli-devkit
- Owner: GustavEikaas
- License: mit
- Created: 2023-08-23T16:04:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-18T10:35:02.000Z (5 months ago)
- Last Synced: 2024-08-18T12:32:31.873Z (5 months ago)
- Language: TypeScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
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