panda-portfolio
Version:
A npm package for building single page personal websites for github.
18 lines (17 loc) • 384 B
JavaScript
module.exports = () => {
return `],
"links":{
"github":"` + '\\' + `\${githubLink}",
"linkedin":"` + '\\' + `\${linkedinLink}",
"medium":"` + '\\' + `\${mediumLink}",
"facebook":"` + '\\' + `\${facebookLink}",
"instagram":"` + '\\' + `\${instagramLink}"
}
}\`
});
return prompt.run()
.then(answer => answer.result)
.catch(err=>console.log(err));
}
`
}