Skip to content

Commit 57e6106

Browse files
committed
Change nm-kit plus Minor fixes
1 parent eaf8b9a commit 57e6106

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev/customize/startMessage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import { success } from '../../lib/helpers';
22

3-
success('\nℹ Collabo Community "Create Collabo App": running in dev mode...\n');
3+
success('\nℹ create-collabo-app: running in dev mode...\n');

dev/customize/testMessage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import { cyanBrightLog } from '../../lib/helpers';
22

3-
cyanBrightLog('\ncreate-collabo-app: running jasmine tests...\n');
3+
cyanBrightLog('\nℹ create-collabo-app: running jasmine tests...\n');

src/prompts/foldername.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { IFolderQuestions, Ioptions } from '../interfaces';
44
import { greenNoConsole, consoleLog, cyanBrightLog, warning } from '../../lib/helpers';
55

66
export const folderNameMissingOptionPrompt = async (options: Ioptions) => {
7-
let defaultFolderName = 'nm-kit';
7+
let defaultFolderName = 'cbe-kit';
88
const folderQuestions: IFolderQuestions[] = [];
99

1010
let questionPush = (msgString: string, folder: string | null) => {

0 commit comments

Comments
 (0)