order66
Version:
Order 66, also known as Clone Protocol 66, was a top secret order identifying all Jedi as traitors to the Galactic Republic and, therefore, subject to summary execution by the Grand Army of the Republic.
103 lines (77 loc) • 2.59 kB
Markdown
<p align="center">
<a href="https://github.com/galactic-empire/order66">
<img src="https://github.com/galactic-empire.png?s=150" width="150" alt="Galactic Empire logo"/>
</a>
</p>
<p align="center">
<a href="https://www.npmjs.com/package/order66">
<img src="https://badge.fury.io/js/order66.svg" alt="npm version" height="18">
</a>
<a href="https://travis-ci.org/galactic-empire/order66">
<img src="https://travis-ci.org/galactic-empire/order66.svg?branch=master" alt="Travis-CI status" height="18">
</a>
</p>
# Order 66
<p align="center">
<b>Order 66</b>, also known as Clone Protocol 66, was a top secret order identifying all Jedi as traitors to the Galactic Republic and, therefore, subject to summary execution by the Grand Army of the Republic.
</p>
## Install
Install with [npm](https://www.npmjs.com/):
```bash
npm install order66
```
Install with [yarn](https://yarnpkg.com/):
```bash
yarn add order66
```
## Usage
At any time you could execute your **order66**, by sending a command to your commander:
```javascript
const order66 = require('order66');
console.log(order66.execute()); // 'It will be done, My Lord.'
```
## About
#### Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).
#### Tests
Running and reviewing unit tests is a great way to get familiarized with a library. You can install dependencies and run tests with the following commands:
With [npm](https://www.npmjs.com/):
```bash
npm install && npm test
```
With [yarn](https://yarnpkg.com/):
```bash
yarn && yarn test
```
## Authors
<table border="0">
<tr>
<td>
<a href="https://github.com/MarcinLesek" style="color: white">
<img src="https://github.com/MarcinLesek.png?s=150" width="150"/>
</a>
</td>
<td>
<p><strong>Marcin Łesek</strong></p>
<p><strong>twitter: </strong><a href="https://twitter.com/marcinlesek">@marcinlesek</a></p>
</td>
</tr>
</table>
## Contributors
<table>
<tr>
<td align="center">
<a href="https://github.com/szymonjanota" style="color: white">
<img src="https://github.com/szymonjanota.png?s=150" width="100"/>
<p style="text-align: center"><small>Szymon Janota</small></p>
</a>
</td>
<td align="center">
<a href="https://github.com/lukix" style="color: white">
<img src="https://github.com/lukix.png?s=150" width="100"/>
<p style="text-align: center"><small>Łukasz Jenczmyk</small></p>
</a>
</td>
</table>
## License
order66 is MIT licensed.