Files
json-server/postinstall.js
2019-09-02 18:22:18 +02:00

11 lines
235 B
JavaScript

const chalk = require('chalk')
console.log(
'Like JSON Server? You can support the project on',
chalk.bold('GitHub Sponsors')
)
console.log(
chalk.underline('https://github.com/users/typicode/sponsorship'),
chalk.red('❤')
)