|
| 1 | +<p align="center" id="top"> |
| 2 | + <a href="https://www.npmjs.com/package/shellhacks"><img src="https://cdn.abranhe.com/projects/ShellHacks/ShellHacks.png" width="300"></a> |
| 3 | + <br> |
| 4 | + <br> |
| 5 | + <br> |
| 6 | + <a href="https://www.npmjs.com/package/shellhacks"><b>shellhacks</b></a> |
| 7 | + : The ShellHacks CLI 🐚 |
| 8 | +</p> |
| 9 | + |
| 10 | +<p align="center"> |
| 11 | + <a href="https://travis-ci.org/abranhe/shellhacks-cli"><img src="https://img.shields.io/travis/abranhe/shellhacks-cli.svg?logo=travis" /></a> |
| 12 | + <a href="https://github.com/abranhe/shellhacks-cli/blob/master/LICENSE"><img src="https://img.shields.io/github/license/abranhe/shellhacks-cli.svg" /></a> |
| 13 | + <a href="https://github.com/abranhe/shellhacks"><img src="https://img.shields.io/npm/v/shellhacks.svg" /></a> |
| 14 | + <a href="https://shellhacks.net"><img src="https://cdn.abranhe.com/projects/shellhacks/2018/badge.svg" /></a> |
| 15 | +</p> |
| 16 | + |
| 17 | +# See |
| 18 | + |
| 19 | +- [Overview](#overview) |
| 20 | +- [Install](#install) |
| 21 | +- [Related](#related) |
| 22 | +- [Team](#team) |
| 23 | +- [License](#license) |
| 24 | + |
| 25 | +# Overview |
| 26 | + |
| 27 | +There is no way you are in Hackathon without using your terminal, that's why **ShellHacks** CLI is here. It is the easiest way to find information about ShellHack in the most geeky way 🤓. |
| 28 | + |
| 29 | +# Install |
| 30 | + |
| 31 | +``` |
| 32 | +$ npm install shellhacks |
| 33 | +``` |
| 34 | + |
| 35 | +# Adding badge |
| 36 | + |
| 37 | +You can then import the badges from `./node_modules/shellhacks`, for example `./node_modules/shellhacks/badges/2018.svg`. |
| 38 | + |
| 39 | +You can also add it from [shellhacks](https://github.com/abranhe/shellhacks). |
| 40 | + |
| 41 | +# CLI |
| 42 | + |
| 43 | +```console |
| 44 | +The ShellHacks CLI 🐚 |
| 45 | + |
| 46 | +Usage: |
| 47 | + $ shellhacks [options|flags...] |
| 48 | + |
| 49 | +Options: |
| 50 | + wtp Where to post your projects (devpost) |
| 51 | + badges View how to add a Shellhacks badge |
| 52 | + web Opens ShellHack website |
| 53 | + github Opens ShellHack Github Account |
| 54 | + discord Opens UPEFIU discord server |
| 55 | + |
| 56 | + Flags: |
| 57 | + -f, --feedback Send a feedback |
| 58 | + -h, --help Show help message and close |
| 59 | + -v, --version View package Version |
| 60 | + |
| 61 | +Example |
| 62 | + $ shellhacks --feedback |
| 63 | + Join the Discord server app for support! |
| 64 | +``` |
| 65 | + |
| 66 | +# Related |
| 67 | + |
| 68 | +- [shellhacks](https://github.com/abranhe/shellhacks): add a beautiful ShellHack badge to your projects descriptions. |
| 69 | + |
| 70 | +# Team |
| 71 | + |
| 72 | +|  |  |  | |
| 73 | +| --- | --- | -- | |
| 74 | +| [Carlos Abraham](https://github.com/abranhe) | [Adriel Camargo](https://github.com/adriel1221) | [Alejandro... ](https://github.com/Alexellokito) |
| 75 | + |
| 76 | +# License |
| 77 | + |
| 78 | +> ShellHacks logo is owned by [shelhacks.net](https://shelhacks.net) |
| 79 | +
|
| 80 | +[MIT](https://github.com/abranhe/init-pkg-json/blob/master/LICENSE) License © [Carlos Abraham](https://github.com/abranhe/) & [The Hurricanes](https:/github.com/TheHurricanes) |
| 81 | + |
| 82 | +<p align="center"> |
| 83 | + <a href="#top">🐚 TOP ⬆</a> |
| 84 | +</p> |
0 commit comments