UNPKG

react-hackathon-board

Version:
14 lines (11 loc) 240 B
module.exports = { description () { return 'generates a blueprint and definition'; }, beforeInstall () { console.log('Before installation hook!'); }, afterInstall () { console.log('After installation hook!'); } };