@deprecatedluxas/jsontoliteral
v0.1.1
Published
> A nodejs cli to convert a json file to typescript string literal
Readme
jsontoliteral
A nodejs cli to convert a json file to typescript string literal
Install
$ npm install jsontoliteralUsage
JSON file format
{
"literals": [
{
"literal": "Dog"
},
{
"literal": "Cat"
},
{
"literal": "Cow"
}
]
}$ jsontoliteral animals.json