@balena/transformer-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.4.1 • Public • Published

transformer-sdk

Transformer SDK handles transformer bootstrap and IO so that implementing a transformer is easy.

Import the SDK:

import * as sdk from 'transformer-sdk'

Implement the transformation function, pass it to sdk.transform hook:

sdk.transform(manifest => {
	// implement transformation
	return results
});

/@balena/transformer-sdk/

    Package Sidebar

    Install

    npm i @balena/transformer-sdk

    Weekly Downloads

    2

    Version

    0.4.1

    License

    Apache-2.0

    Unpacked Size

    39.8 kB

    Total Files

    19

    Last publish

    Collaborators

    • dfunckt
    • page
    • balena.io