@burro/get

Retrievals

Usage no npm install needed!

<script type="module">
  import burroGet from 'https://cdn.skypack.dev/@burro/get';
</script>

README

Mule Schema

Mule ecosystem configuration handling.

Overview

This library facilitates building, collecting, parsing and merging configuration files for the Mule ecosystem.

Installation

npm install git+ssh://{{this repo address}}
import { factory, parse } from 'mule-schema'

Mule CLI

The fastest way to get started with the configuration system is to install and use the CLI tool:

npm install git+ssh://{{mule cli repo}}

mule --version
mule create template --name my-mule-template --out ./mule-template-example
mule create project --name my-mule-project --platform ../mule-template-example --out ./mule-project-example

API Documentation

git clone {{this repo address}}
npm run serve-docs