Add postinstall

This commit is contained in:
typicode
2019-05-21 23:51:35 +02:00
parent a843cf1a4a
commit 13a0657fea

4
postinstall.js Normal file
View File

@ -0,0 +1,4 @@
const chalk = require('chalk')
console.log('Like JSON Server? You can support the project on Patreon:')
console.log(chalk.cyan('https://www.patreon.com/typicode'), '❤')