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

https://github.com/baransu/repack

Toy bundler written in ReasonML
https://github.com/baransu/repack

bundler cli reasonml

Last synced: 5 months ago
JSON representation

Toy bundler written in ReasonML

Awesome Lists containing this project

README

          

# repack

> Toy bundler written in ReasonML

## Usage

```
esy install
esy start bundle ./example/entry.js > bundle.js
node bundle.js
```