1.0.2 • Published 1 month ago

scheme-manager v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 month ago

Scheme Manager for all Integrations

Usage of scheme manager

Installation of Scheme Manager:

npm i scheme-manager

Example:

const fs = require('fs');
const path = require('path');
let SchemeFilePath = ""
const Scheme = require('scheme-manager');
inputFilePath = path.join(__dirname, 'SchemeInput.json');
outputFilePath = path.join(__dirname, 'SchemeOutput.json');
const schemeManager = new Scheme();
//Collect the Schemes from json file 
const inputItems = require('SchemeInput.json');
const schemesList = schemeManager.ReturnDataFromFile(pcode.toString(),dscode.toString());
const resultOutput = schemeManager.DataAfterAppliedScheme(inputItems,schemesList);
fs.writeFileSync(outputFilePath, JSON.stringify(resultOutput));
1.0.2

1 month ago

1.0.1

9 months ago

1.0.0

9 months ago