create-ern-boilerplate 0.0.18 → 0.0.19
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/create.js +2 -2
- package/package.json +1 -1
package/create.js
CHANGED
|
@@ -160,12 +160,12 @@ async function main() {
|
|
|
160
160
|
console.log(`
|
|
161
161
|
${chalk.green("🎉 Selesai!")}
|
|
162
162
|
Langkah selanjutnya:
|
|
163
|
-
${chalk.cyan(`boilerplate ${projectName} berhasil dibuat
|
|
163
|
+
${chalk.cyan(`boilerplate ${projectName} berhasil dibuat`)}
|
|
164
164
|
${autoInstall
|
|
165
165
|
? chalk.dim("(dependencies sudah terinstall ✅)")
|
|
166
166
|
: chalk.cyan("")
|
|
167
167
|
}
|
|
168
|
-
${chalk.cyan("")}
|
|
168
|
+
${chalk.cyan("silahkan mulai code berdasarkan kebutuhan anda")}
|
|
169
169
|
|
|
170
170
|
Happy coding! 💻
|
|
171
171
|
`);
|