@practera/template-transform
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

@practera/template-transform

Facilitates the communication with the Practera preferences API.

Health

Quality Gate Status Coverage Security Rating Maintainability Rating Bugs Code Smells

Install

$ npm install @practera/template-transform

Usage

setting up the client

JavaScript:

const transform = require("@practera/template-transform");

TypeScript:

import { transform } from "@practera/template-transform";

Transforming a template

const result = transform(
  VersionFrom, // string, the version the template is in
  VersionTo, // string, the desired version
  data // {} the json data
);

Package Sidebar

Install

npm i @practera/template-transform

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

3.85 kB

Total Files

4

Last publish

Collaborators

  • practera