Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Airkro/cheetor


https://github.com/Airkro/cheetor

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# cheetor

Build interactive command line tools.

[![npm][npm-badge]][npm-url]
[![github][github-badge]][github-url]
![node][node-badge]

[npm-url]: https://www.npmjs.com/package/cheetor
[npm-badge]: https://img.shields.io/npm/v/cheetor.svg?style=flat-square&logo=npm
[github-url]: https://github.com/airkro/cheetor
[github-badge]: https://img.shields.io/npm/l/cheetor.svg?style=flat-square&colorB=blue&logo=github
[node-badge]: https://img.shields.io/node/v/cheetor.svg?style=flat-square&colorB=green&logo=node.js

## Installation

```bash
npm install cheetor --save
```

## Usage

```mjs
import { Cheetor } from 'cheetor';

new Cheetor('../package.json', import.meta.url).setup();
```