From 13a0657feadc110998d6b7a8f983f52dc15a43cd Mon Sep 17 00:00:00 2001 From: typicode Date: Tue, 21 May 2019 23:51:35 +0200 Subject: [PATCH] Add postinstall --- postinstall.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 postinstall.js 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'), '❤')