We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537783c commit a8dc08eCopy full SHA for a8dc08e
src/app/index.ts
@@ -1,9 +1,8 @@
1
-import * as Generator from "yeoman-generator";
2
3
-export default class extends Generator {
+export default class {
4
displayInfo(): void {
5
const url = "https://github.com/hyperledger-labs/fablo";
6
- console.log("This is main entry point for Yeoman app used in Fablo.");
+ console.log("This is the main entry point for Fablo.");
7
console.log("Visit the project page to get more information.");
8
console.log(`---\n${url}\n---`);
9
}
0 commit comments