1.2.0 • Published 6 years ago
empleado-cli v1.2.0
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-cliYarn
$ yarn global add empleado-cliDocker
$ docker pull mecm1993/empleado-cliUsage 🚀
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