Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Airkro/cheetor
https://github.com/Airkro/cheetor
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Airkro/cheetor
- Owner: Airkro
- License: mit
- Created: 2020-08-28T06:06:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T04:03:37.000Z (7 months ago)
- Last Synced: 2024-04-10T10:38:36.707Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.19 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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();
```