Files
json-server/postinstall.js
2019-05-21 23:51:35 +02:00

5 lines
172 B
JavaScript

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'), '❤')