empleado-cli
v1.2.0
Published
Find the latest jobs posted in emplea.do from the comfort of your terminal
Downloads
27
Maintainers
Readme
empleado-cli
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 3 jobs from the category WEB
$ emplea -s 3 -c WEB