Files
async-programming-promises/node_modules/json-server/postinstall.js
2019-10-23 07:41:03 -05: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('❤')
)