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

https://github.com/shridhar-dev/hmrc

a simple implementation of hot module reloading for c and c++ in nodejs 🔥
https://github.com/shridhar-dev/hmrc

Last synced: 2 months ago
JSON representation

a simple implementation of hot module reloading for c and c++ in nodejs 🔥

Awesome Lists containing this project

README

          

# hmrc
### a simple implementation of hot module reloading for c and c++ in nodejs 🔥


> Note: It is necessary to have the GCC compilers already installed on the system

## Installation
1. Download the exe file
2. Add the variable to path

## Usage

### For watching a file

```shell
hmrc -p
```
### For watching a directory

Run the command in the directory to be watched

```shell
hmrc
```