Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abernier/ironyou
👉
https://github.com/abernier/ironyou
Last synced: about 1 month ago
JSON representation
👉
- Host: GitHub
- URL: https://github.com/abernier/ironyou
- Owner: abernier
- Created: 2021-05-21T06:50:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-21T08:15:58.000Z (over 3 years ago)
- Last Synced: 2024-11-16T00:11:38.259Z (about 1 month ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!