Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unbug/against-my-will

Have you been forced to make code changes against your will? You're not alone!
https://github.com/unbug/against-my-will

Last synced: 15 days ago
JSON representation

Have you been forced to make code changes against your will? You're not alone!

Awesome Lists containing this project

README

        

# Against My Will
Have you been forced to make code changes against your will?

You're not alone!

Please never forget you have the right to tell the truth.

Import this code to you project is a way to get started.

# Languages

## JavaScript

#### Install
```javascript
npm install --save against-my-will
```

#### Usages

```javascript

import AMW from 'against-my-will';

// I am forced to make this code change.
if (AMW(99)) {
// TODO This code change is against my will
}
```

# Contribution
Please feel free to add your favorite language to this repo, and change this README.