foxes
Version:
Get random fox image urls in a simple commandline app
65 lines (41 loc) • 1.04 kB
Markdown
# foxes
This is randomfox as an cli app for Windows, MacOS(not for ARM) and Linux.</br>
Now it's written in Typescript and the library too 👍😉
[](https://www.codefactor.io/repository/github/minecodes/foxes)
## How to use
To get the image type
`foxes` or `npx foxes`
To get a custom image type
```bash
foxes -c "url1 url2 url3"
```
or the same with npx
### Commandlist
`foxes -h` -> For help
`foxes -v` -> get the version
`foxes` -> get an random fox image url
`foxes -c ""` -> get an random fox image from your urls
## Installation
```bash
npm i -g foxes
```
or
```bash
yarn install -g foxes
```
or
```bash
npm i -g git+https://github.com/Minecodes/foxes
```
or
```bash
npm i -g git+https://gitlab.com/Minecodes13/foxes
```
or
```bash
yarn install -g git+https://github.com/Minecodes/foxes
```
or
```bash
yarn install -g git+https://gitlab.com/Minecodes13/foxes
```