UNPKG

439 BJavaScriptView Raw
1/*
2Kettle Init - Bootstrap for Kettle "configs"
3
4Copyright 2012-2013 OCAD University
5Copyright 2015 Raising the Floor - International
6Licensed under the New BSD license. You may not use this file except in
7compliance with this License.
8You may obtain a copy of the License at
9https://github.com/fluid-project/kettle/blob/master/LICENSE.txt
10*/
11
12"use strict";
13
14var kettle = require("./kettle.js");
15
16module.exports = kettle.config.initCLI();