UNPKG

@practica/create-node-app

Version:

Create Node.js app that is packed with best practices AND strive for simplicity

11 lines (10 loc) 589 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.spinnerTexts = void 0; exports.spinnerTexts = { onStart: "Generating an unmatched application starter", onSucceed: "All set, the code is ready for you with tons of good practices inside\nDeepen your understanding by reading our article 'Coding with Practica': https://practica.dev/the-basics/coding-with-practica", onError: { default: "Embarrassingly our code generator failed. Yeah, almost 100% test coverage did not help here. Could you be nice to us and open an issue?", }, };