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

https://github.com/rongfengliang/require-hook-learning

require-hook-learning
https://github.com/rongfengliang/require-hook-learning

require-hook

Last synced: 4 months ago
JSON representation

require-hook-learning

Awesome Lists containing this project

README

        

# simple nodejs require hook

use lerna build

## how to run test (with global lerna install )

* bootstrap

```code
lerna bootstrap
```

* run test

```code
yarn s
```

## how to run test (with npm package)

* install deps

```code
yarn
```

* run test

```code
yarn bootstrap && yarn s
```