unseen1980 / htmlfromjson

Produce html code quickly by setting properties in a simple json file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

htmlfromjson CLI

A CLI for htmlfromjson.

Customizing your CLI

Check out the documentation at https://github.com/infinitered/gluegun/tree/master/docs.

Publishing to NPM

To package your CLI up for NPM, do this:

$ npm login
$ npm whoami
$ npm lint
$ npm test
(if typescript, run `npm run build` here)
$ npm publish

License

MIT - see LICENSE

About

Produce html code quickly by setting properties in a simple json file.

License:MIT License


Languages

Language:TypeScript 89.3%Language:JavaScript 10.7%