Options
All
  • Public
  • Public/Protected
  • All
Menu

radiod-ts

Introduction

Typescript wrapper for Radiod config file

🔗 Documentation website

Install dependencies:

npm install

Build artefacts:

npm run build
npm run docs

Usage

// typescript:
import { RadiodConfig } from './radiodconfig'

Generate config-schema.json

To generate json-schema for Radiod config tool typescript-json-schema should be used. It can be installed globally:

npm install typescript-json-schema -g

Then to generate config-schema.json file this command can be used from root directory of this project:

typescript-json-schema --refs=false --required=true -o docs/config-schema.json tsconfig.json RadiodConfig

Generated using TypeDoc