Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/futagoza/cleo
Command line utilities for Node.js
https://github.com/futagoza/cleo
Last synced: 13 days ago
JSON representation
Command line utilities for Node.js
- Host: GitHub
- URL: https://github.com/futagoza/cleo
- Owner: futagoza
- License: mit
- Created: 2016-06-12T21:10:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:54:51.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T09:26:27.535Z (3 months ago)
- Language: TypeScript
- Homepage: https://npm.im/cleo
- Size: 974 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CI](https://github.com/futagoza/cleo/workflows/ci/badge.svg)](https://github.com/futagoza/cleo/actions?workflow=ci)
[![codecov](https://codecov.io/gh/futagoza/cleo/branch/master/graph/badge.svg)](https://codecov.io/gh/futagoza/cleo)
[![release](https://img.shields.io/npm/v/cleo.svg)](https://www.npmjs.com/package/cleo)
[![dependencies](https://img.shields.io/david/futagoza/cleo.svg)](https://david-dm.org/futagoza/cleo)
[![license](https://img.shields.io/badge/license-mit-blue.svg)](https://opensource.org/licenses/MIT)> Node 8+ is required. Only LTS versions of Node are tested.
Command line utilities for Node.js
## install
Using NPM:```shell
npm i --save cleo
```or using Yarn:
```shell
yarn add cleo
```## license
Copyright (c) 2019 [Futago-za Ryuu](http://github.com/futagoza)
The MIT License, [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT)