0.0.1 • Published 4 years ago

@burro/get v0.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

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