boardify
v0.2.0
Published
JSON configurations based single page static board generator for links and short notes
Downloads
2
Readme
boardify
JSON based single page static board generator for links and short notes
demo
https://mkkhedawat.github.io/boardify-demo/
how to use
local
$ boardify --help
$ boardify --init
$ cd myBoard
$ boardify --run
build
$ boardify --build
contribution
- git clone boardifyRepository
- cd boardifyRepository
- make changes
- npm link
- test changes
- raise pull request