Skip to content

Commit c95ed3f

Browse files
committed
Update setup instructions and package version in cli.js and package.json respectively
1 parent 7cf0d98 commit c95ed3f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

bin/cli.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,11 @@ async function setup() {
7979
console.log();
8080

8181
console.log('We suggest that you start by typing:');
82-
console.log(` cd ${folderName}`);
83-
console.log(' npm run start:dev');
84-
console.log(' pm2 list');
85-
console.log(' pm2 logs');
82+
console.log(`run: cd ${folderName}`);
83+
console.log(`edit config/config.json file and change your database name, username and password`);
84+
console.log('run: npm run start:dev');
85+
console.log('run: pm2 list');
86+
console.log('run: pm2 logs');
8687
console.log();
8788
console.log('Enjoy your Node.js API boilerplate!');
8889
console.log('Check README.md for more info.');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gulali/nodejs-express-sequelize-mysql-api-boilerplate",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Nodejs Express Sequelize Mysql API Boilerplate with JWT, Swagger, Winston, PM2",
55
"main": "index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)