module.exports=()=>{return `Usage: panda <command>\n
where <command> is one of:
init\t\t\tInitialises the current working directory with json template
<path to config json>\tCreates index.html from json template\n
For more info: https://www.npmjs.com/package/panda-portfolio\n`
}