@servezone/appjson
TypeScript icon, indicating that this package has built-in type declarations

1.0.27 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @servezone/appjson

Weekly Downloads

0

Version

1.0.27

License

MIT

Unpacked Size

15.4 kB

Total Files

15

Last publish

Collaborators

  • lossless