Skip to content

mecm1993/empleado-cli

Repository files navigation

empleado-cli

Downloads Docker Pulls Version

For those whom do not like to leave the terminal you can find the jobs posted in emplea.do which is a Dominican site to find jobs related to Informatics (in most of the cases 😅😆).

Installation 💻

NPM

$ npm install -g empleado-cli

Yarn

$ yarn global add empleado-cli

Docker

$ docker pull mecm1993/empleado-cli

Usage 🚀

Node

$ emplea [options] [arguments]

Docker

$ 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 💥

# Find the latest 5 jobs in the list
$ emplea -s 5

Find the latest 5 jobs in the list

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

Find the latest 3 jobs from the category WEB

With ❤️ from 🌴