1
2Mixco Scripts
3=============
4
5Some of the scripts in the parent folder are the compile output of
6**Mixco**, a tool that can generate the `.xml` and `.js` files from a
7single source file, among other things.  This folder contains the
8original sources for such scripts.
9
10If you modify these scripts, you need to use the `mixco` command to
11compile the `.xml` and `.js` files that Mixxx can read.  To install
12it, you need [NPM](https://www.npmjs.org/) and then:
13```sh
14    $ npm install -g mixco
15```
16
17You can find more information on how to install and use this
18tool [in the official Mixco website](https://sinusoid.es/mixco/).
19