https://github.com/mecm1993/empleado-cli
Find the latest jobs posted in emplea.do from the comfort of your terminal
https://github.com/mecm1993/empleado-cli
cli console node shell terminal
Last synced: about 1 year ago
JSON representation
Find the latest jobs posted in emplea.do from the comfort of your terminal
- Host: GitHub
- URL: https://github.com/mecm1993/empleado-cli
- Owner: mecm1993
- License: mit
- Created: 2019-07-23T21:23:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T06:46:48.000Z (about 4 years ago)
- Last Synced: 2025-05-07T06:16:57.934Z (about 1 year ago)
- Topics: cli, console, node, shell, terminal
- Language: JavaScript
- Homepage: https://manuelcepeda.dev/empleado-cli
- Size: 439 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# empleado-cli
[](https://www.npmjs.com/packages/empleado-cli)
[](https://cloud.docker.com/u/mecm1993/repository/docker/mecm1993/empleado-cli)
[](https://www.npmjs.com/packages/empleado-cli)
For those whom do not like to leave the terminal you can find the jobs posted in [emplea.do](https://emplea.do) which is a Dominican site to find jobs related to Informatics (in most of the cases 😅😆).
## Installation 💻
### NPM
```bash
$ npm install -g empleado-cli
```
### Yarn
```bash
$ yarn global add empleado-cli
```
### Docker
```bash
$ docker pull mecm1993/empleado-cli
```
## Usage 🚀
### Node
```bash
$ emplea [options] [arguments]
```
### Docker
```bash
$ docker run -it --rm mecm1993/empleado-cli [options] [arguments]
```
#### Options
|Option |Description |
|---------------|-----------------------|
|-c, --category |the category of the jobs, currently available `MOBILE`, `SOFTWARE`, `SYSADMIN`, `TELNET`, `WEB` |
|-h, --help |print emplea command line options |
|-s, --size |the size of the job list |
|-p, --page |the pagination page |
## Examples 💥
```bash
# Find the latest 5 jobs in the list
$ emplea -s 5
```

```bash
# Find the latest 3 jobs from the category WEB
$ emplea -s 3 -c WEB
```

With ❤️ from 🌴