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
- Host: GitHub
- URL: https://github.com/gimenete/hack-require
- Owner: gimenete
- Created: 2017-06-08T10:19:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T10:19:46.000Z (almost 8 years ago)
- Last Synced: 2025-01-22T12:11:28.630Z (4 months ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)