Skip to content

Commit f5dc1fa

Browse files
committed
chore: add example with variables that should be exported
1 parent 00ff60a commit f5dc1fa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/cli.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,10 @@ createEndpoints(destDir, resultFile, config);
7171

7272
createPackageJson(destDir, 'package.json');
7373

74-
console.info('The application has been generated!\nUse\n npm install\nto install its dependencies and\n npm start\nafteward to run it');
74+
console.info(`The application has been generated!
75+
Use
76+
npm install
77+
to install its dependencies and
78+
export DB_NAME=db DB_USER=user DB_PASSWORD=secret
79+
npm start
80+
afteward to run it`);

0 commit comments

Comments
 (0)