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

https://github.com/nswbmw/require-prefix

Require file relative to `process.cwd()` or options `root`
https://github.com/nswbmw/require-prefix

Last synced: about 2 months ago
JSON representation

Require file relative to `process.cwd()` or options `root`

Awesome Lists containing this project

README

          

## require-prefix

Require file relative to `process.cwd()` or options `root`.

### Install

```
npm i require-prefix --save
```

### Usage

see [test](https://github.com/nswbmw/require-prefix/blob/master/test/test.js).

### Test

```
npm test
```

### License

MIT