order66
v0.1.1
Published
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.
Downloads
7
Readme
Order 66
Install
Install with npm:
npm install order66
Install with yarn:
yarn add order66
Usage
At any time you could execute your order66, by sending a command to your commander:
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.
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:
npm install && npm test
With yarn:
yarn && yarn test
Authors
Contributors
License
order66 is MIT licensed.