create template for EditorJS block Module
npm install -g create-editorjs-module
create-editorjs-module appname
cd appname
npm install
git clone https://github.com/hansw100/create-editorjs-module
cd ..
node ./create-editorjs-module/bin/create-editorjs-cli.js appname
cd appname
npm install
//first need to sign up npmjs.com
npm login
//check package version
npm publish