UNPKG

gh-db-installer

Version:
10 lines (8 loc) 333 B
// successful answer const success = () => { console.log('gh-db has been installed \n' + 'remove node modules, install.js and package.json, then go to gh-db (use: cd gh-db) \n' + 'use npm start to start db \n' + 'you can change config parameters in ./config/config.json \n'); } module.exports = success;