@servezone/appjson
v1.0.27
Published
create, read and interact with and from app.json format
Downloads
3
Readme
@servezone/appjson
create, read and interact with and from app.json format
Availabililty and Links
Status for master
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