define-cli 命令行应用程序,用于显示给定英语单词的定义和示例

define-cli 命令行应用程序,用于显示给定英语单词的定义和示例

Node.js 命令行实用程序

访问GitHub主页

共52Star

详细介绍

define-cli

define-cli command line application to show definition and examples of given word.

Build Status Software License


define-cli

Installation

npm install -g define-cli
# or you may use yarn
yarn add -g define-cli

Usage

Run the following command inside your termianl:

define intelligent

Or use npx to use without installation:

npx define-cli intelligent

Or try it with Docker:

docker build -t define .
docker run --rm define docker

Contributions

Feel free to submit pull requests, create issues or spread the word.

License

MIT © Zeeshan Ahmad

推荐源码