chore: add convert-user-config-to-bin npm script (#1022)

usage of the script
`$ npm run convert-user-config-to-bin -- <path of the bin file>`
This commit is contained in:
Róbert Kiss
2019-08-23 19:33:14 +02:00
committed by László Monda
parent 239c989cbe
commit ac76674469
2 changed files with 2 additions and 4 deletions

View File

@@ -1,6 +1,3 @@
#!/usr/bin/env ts-node
///<reference path="./node_modules/@types/node/index.d.ts"/>
import { UhkBuffer, UserConfiguration } from 'uhk-common';
import * as fs from 'fs';