Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 955 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 955 Bytes

yaba: yet another bundler abstraction

Description

yaba is a simple CLI tool built on top of esbuild to bundle JavaScript, CSS (and more to come) using a declarative config.

Installation

  • Clone this repository
  • run make
  • run sudo make install to install binary

Usage

  • Create a build.yaml in your project root and apply your changes (look in example/ dir for an example config)
  • run yaba build

Motivation

I wanted to do some coding for fun instead of coding to pay my bills, so I'm building yet another frontend tool. :D

Contribution

I am not sure if anyone reads this, but if you're reading this: Feel free to contribute and make a pull request or open an issue with your ideas. You can also write me an e-mail on [email protected] :-) If you're planning to contribute, please consider following rules:

  • Be nice and constructive
  • Don't be racist, transphobic, ableist or generally right-wing in any way.