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.
- Host: GitHub
- URL: https://github.com/akgondber/word-snatchers-cli-nuts-plugin
- Owner: akgondber
- License: mit
- Created: 2023-02-08T21:59:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T22:02:26.000Z (over 2 years ago)
- Last Synced: 2025-02-12T17:47:19.301Z (4 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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