Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 870 Bytes

File metadata and controls

38 lines (27 loc) · 870 Bytes

Camel Catalog Definition Model

npm

This project provides Apache Camel catalog definition model extracted from the org.apache.camel:camel-catalog JAR. NPM projects can consume this package to create an application that is based on the Apache Camel model.

Install

NPM

npm i @hawtio/camel-model

Yarn

yarn add @hawtio/camel-model

Usage

import {
  apacheCamelModelVersion,
  components,
  dataformats,
  definitions,
  languages,
  rests
} from '@hawtio/camel-model'

License

This project is licensed under the Apache 2.0 License.