Skip to content

Commit ae3cfc2

Browse files
committed
remove yeoman from entery point
Signed-off-by: OsamaRab3 <osrab3@gmail.com>
1 parent e4ca733 commit ae3cfc2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/app/index.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
import * as Generator from "yeoman-generator";
21

3-
export default class extends Generator {
2+
export default class {
43
displayInfo(): void {
54
const url = "https://github.com/hyperledger-labs/fablo";
6-
console.log("This is main entry point for Yeoman app used in Fablo.");
5+
console.log("This is the main entry point for Fablo.");
76
console.log("Visit the project page to get more information.");
87
console.log(`---\n${url}\n---`);
98
}

0 commit comments

Comments
 (0)