You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 30, 2021. It is now read-only.
"path of the project directory, if you enter the path of a directory which does not exist, the generator will make one for you, otherwise it will use the existing one."
@@ -58,7 +62,7 @@ module.exports = class extends Generator {
58
62
message:
59
63
"I need the build file (generally index.js, main.js or componentName.js) for this, import it using one of the options -",
60
64
choices: [
61
-
"Install component from npm package (Recommended - fastest way)",
65
+
"Install component from npm package. (Recommended - fastest way)",
62
66
"Tell us the path of the build file on your local machine and I will import it in the project.",
63
67
"Tell us the npm package name, version, build file URL and I will download the build file."
64
68
],
@@ -83,7 +87,7 @@ module.exports = class extends Generator {
83
87
name: "changeImportSourceFromNpmPackage",
84
88
message: "What do you want to do?",
85
89
choices: [
86
-
"Enter package name again to install component from npm package.",
90
+
"Enter package name again to install component from npm package. (Recommended - fastest way)",
87
91
"Import the file locally from your computer.",
88
92
"Enter package name, version, build file URL to download the build file."
89
93
],
@@ -130,7 +134,7 @@ module.exports = class extends Generator {
130
134
name: "changeImportSourceFromNpmBuildFile",
131
135
message: "What do you want to do?",
132
136
choices: [
133
-
"Enter package name again to install component from npm package.",
137
+
"Enter package name again to install component from npm package. (Recommended - fastest way)",
134
138
"Import the file locally from your computer.",
135
139
"Enter package name, version, build file URL to download the build file."
136
140
],
@@ -203,9 +207,8 @@ module.exports = class extends Generator {
203
207
{
204
208
type: "input",
205
209
name: "directoryName",
206
-
message: `The build file will be imported in a separate directory in the project's root. Enter the name of this directory or press Enter if you like to go with default ${chalk.cyan(
207
-
"component-dist"
208
-
)}.`,
210
+
message:
211
+
"The build file will be imported in a separate directory in the project's root. Enter the name of this directory or press Enter if you like to go with default.",
0 commit comments