Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/unbug/against-my-will
- Owner: unbug
- License: other
- Created: 2018-03-17T06:45:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-17T07:43:59.000Z (almost 7 years ago)
- Last Synced: 2024-12-02T06:07:15.162Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.