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

https://github.com/akgondber/word-snatchers-cli-nuts-plugin

A plugin for word-snatchers-cli where you need to unscramble the letters to spell out a word fitting the given nut definition.
https://github.com/akgondber/word-snatchers-cli-nuts-plugin

Last synced: 3 months ago
JSON representation

A plugin for word-snatchers-cli where you need to unscramble the letters to spell out a word fitting the given nut definition.

Awesome Lists containing this project

README

        

# word-snatchers-cli-nuts-plugin [![NPM version][npm-image]][npm-url]

> Nuts plugin for word-snatchers-cli.

## Installation

```sh
$ npm install --global word-snatchers-cli-nuts-plugin
```

or

```sh
$ yarn global add word-snatchers-cli-nuts-plugin
```

## Usage

First of all you need to install [word-snatcher-cli](https://github.com/akgondber/word-snatchers-cli) program:

```sh
$ npm install --global word-snatchers-cli
```

or

```sh
$ yarn global add word-snatchers-cli
```

After that step you can use this plugin by specifying a `--plugin` option with an appropriate value:

```shell
$ word-snatchers-cli --plugin word-snatchers-cli-nuts-plugin
```

or

```shell
$ wsc --plugin word-snatchers-cli-nuts-plugin
```

or

```shell
$ words-game --plugin word-snatchers-cli-nuts-plugin
```

## License

MIT © [Rushan Alyautdinov](https://github.com/akgondber)

[npm-image]: https://img.shields.io/npm/v/word-snatchers-cli-nuts-plugin.svg?style=flat
[npm-url]: https://npmjs.org/package/word-snatchers-cli-nuts-plugin