Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abernier/ironyou

👉
https://github.com/abernier/ironyou

Last synced: about 1 month ago
JSON representation

👉

Awesome Lists containing this project

README

        

[![NPM version](https://img.shields.io/npm/v/ironyou.svg?style=flat)](https://www.npmjs.com/package/ironyou)

Designate a student randomly among a JSON array of students.

# Usage

See:

```sh
$ npx -y ironyou --help
```

which will outputs [`man.txt`](man.txt) file.

An `alias` could be useful:

```sh
$ echo 'alias ironyou="npx -y ironyou ~/ironhack/wdpt202102par.json"' >> ~/.bashrc && source ~/.bashrc
```

so you can `ironyou` at anytime!