gh-db-installer
Version:
This module helps you to install the gh-db
10 lines (8 loc) • 333 B
JavaScript
// 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;