https://github.com/eldoy/wbuild
https://github.com/eldoy/wbuild
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/eldoy/wbuild
- Owner: eldoy
- Created: 2019-10-11T17:19:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-29T06:50:39.000Z (over 6 years ago)
- Last Synced: 2025-05-26T20:16:50.180Z (about 1 year ago)
- Language: JavaScript
- Size: 191 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!