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

https://github.com/gimenete/hack-require

Hack require() for fun and profit
https://github.com/gimenete/hack-require

Last synced: about 2 months ago
JSON representation

Hack require() for fun and profit

Awesome Lists containing this project

README

        

# Examples of hacking `require()`

run:

```bash
node csv # example of hacking require() to support loading .csv files
node instrumentalize # example of hacking require() to instrumentalize js code
```

Country codes file was taking from [here](https://github.com/datasets/country-codes/blob/master/data/country-codes.csv)