# fuckit
For when you have completely given up on your NPM package and you do not care anymore...

# Instructions
```shell
npm install fuckit --save
```

And then drop the following into project's index file or startup script: 

```js
var fuckit = require('fuckit');
```

Push this to NPM and you're done.  Also, you are welcome.
