Typescript wrapper for Radiod config file
npm install
npm run build
npm run docs
// typescript:
import { RadiodConfig } from './radiodconfig'
config-schema.jsonTo 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