# Scrumple
A fast (and scrappy) JavaScript bundler for developing Origami components.
## Why?
### Fast! :crab:
During development we want compilation to be as fast as possible.
### Origami specific
Scrumple is based on a now-deleted tool called Pax, but we have added support for `bower_components` and optimised the code for Origami components. For example, it uses the `browser` field by default when building an npm component.
### Scrappy
This is a developer tool, not production software. It's designed to give the developer super-fast feedback when building components, not for building a production application.
## Usage
```
Usage: scrumple [options] [output]
scrumple [-h | --help | -v | --version]
Options:
-i, --input
Use as the main module.
-o, --output