@embeddable.com/init 0.1.14 → 0.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +7 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -78,7 +78,13 @@ async function main() {
|
|
|
78
78
|
await typewriter(" and the ", void 0, TYPEWRITER_SPEED);
|
|
79
79
|
await typewriter("data", chalk.bold, TYPEWRITER_SPEED);
|
|
80
80
|
await typewriter(" powering your dashboards.\n\n", void 0, TYPEWRITER_SPEED);
|
|
81
|
-
await typewriter("This tool
|
|
81
|
+
await typewriter("This tool creates a new ", void 0, TYPEWRITER_SPEED);
|
|
82
|
+
await typewriter("project folder", chalk.bold, TYPEWRITER_SPEED);
|
|
83
|
+
await typewriter(", containing ", void 0, TYPEWRITER_SPEED);
|
|
84
|
+
await typewriter("sample data models", chalk.bold, TYPEWRITER_SPEED);
|
|
85
|
+
await typewriter(" and ", void 0, TYPEWRITER_SPEED);
|
|
86
|
+
await typewriter("themes", chalk.bold, TYPEWRITER_SPEED);
|
|
87
|
+
await typewriter(" (in your current directory) to help you create your first Embeddable dashboard.\n\n", void 0, TYPEWRITER_SPEED);
|
|
82
88
|
const cwd = process.cwd();
|
|
83
89
|
const { confirmDir } = await prompts(
|
|
84
90
|
{
|