@servezone/appjson

create, read and interact with and from app.json format

Usage no npm install needed!

<script type="module">
  import servezoneAppjson from 'https://cdn.skypack.dev/@servezone/appjson';
</script>

README

@servezone/appjson

create, read and interact with and from app.json format

Availabililty and Links

Status for master

build status coverage report npm downloads per month Known Vulnerabilities TypeScript node JavaScript Style Guide

Usage

Use TypeScript for best in class instellisense.

import * as smartapp from 'smartapp';
let testSmartApp = new smartapp.SmartApp();
testSmartApp.readFromJson('./myTestApp/app.json');
// do something with the app data here
testSmartApp.writeToDisk('./myTestAppAltered/app.json');

The conecpt of env vars

env vars are specified a little different than you might be used to.

For further information read the linked docs at the top of this readme.

MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy

repo-footer