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

https://github.com/eldoy/wbuild


https://github.com/eldoy/wbuild

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Wbuild app builder
Uses rollup and babel to build your code

### Install
```
npm i -g wbuild
```

### Usage
```bash
// Go to your app directory and install babel
npm i -D @babel/preset-env @babel/plugin-transform-runtime
npm i @babel/runtime

// Build your library or application
wbuild
```
MIT licensed. Enjoy!