1.0.0 • Published 5 years ago

gitjob v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

github-job-cli

A simple CLI tool to look for Github Jobs right in your terminal.

Using this tool is a piece of cake : npm.io

This is a simple cli project that i created to teach myself how to build cli apps from complete scratch. Thought you guys might like it so here it is.

Installation

$ npm install -g gitjob-cli

Docs

Usage: gitjob [any city] [prefered language]

Note: 
    1) One thing to note that this tool does not accept any flag [ Which was for less confusion while typing.

    3.If you dont add any arguments then it will print the job openings from all around the world.

    2)If any argument is added then the second argument is always has to be a <city> name and the last argument has to be your preferred <programming language>.

Usage

The commands available are: gitjob, gitjob <city> <language> (ex : gitjob london python)

Issues

Feel free to submit issues and enhancement requests.

Built With

Node - The whole app is based on node Axios - The http client used Meow - CLI helper with flags ,input ,arguments etc Chalk - Used in styling the cli elements Striptags - Used to remove the html tags from a fetched json response.

Contributing

gitjob-cli is Node based cli tool with npm as it's package manager. This is still a wip project .Plus not very hard to wrap your head around with the code so even in you have some experience and want to enhance this project.Then please do contribute

Read more on contributing guide here.

License

Copyright (c) 2019 Rocktim Saikia Licensed under the MIT license.