0.0.12 • Published 5 years ago

@shipengine/ipaas-loader v0.0.12

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 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

5 years ago

0.0.10

5 years ago

0.0.11

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago