0.0.12 • Published 4 years ago

@shipengine/ipaas-loader v0.0.12

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

ShipEngine IPaaS App Loader

Cross-Platform Compatibility Build Status

Coverage Status Dependencies

npm License

This library loads a ShipEngine IPaaS app from an NPM package. Regardless of whether the app is written in JavaScript, TypeScript, JSON, YAML, or a mix of them all, the loader reads those files, validates them, and returns a normalized structure.

Example

import ipaasLoader from "@shipengine/ipaas-loader";

async function printAppInfo() {
  let app = await ipaasLoader.loadApp("/path/to/the/app");
  console.log(`Successfully loaded ${app.name} v${app.version}`);
}

printAppInfo();

Installation

You can install the ShipEngine IPaaS App Loader via npm.

npm install @shipengine/ipaas-loader
0.0.12

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago