diff --git a/postinstall.js b/postinstall.js new file mode 100644 index 0000000..574a59e --- /dev/null +++ b/postinstall.js @@ -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'), '❤')