1.0.27 • Published 6 years ago

@servezone/appjson v1.0.27

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
6 years ago

@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

1.0.27

6 years ago

1.0.26

6 years ago

1.0.25

6 years ago

1.0.23

7 years ago

1.0.22

7 years ago