Skip to content

Commit

Permalink
chore: update style
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghg255 committed Aug 30, 2023
1 parent 7b0ef15 commit 05102ee
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 19 deletions.
5 changes: 5 additions & 0 deletions .changeset/olive-apes-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-template-fe": patch
---

update style
81 changes: 64 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"terser": "^5.17.1",
"typescript": "^5.0.4",
"unbuild": "^1.2.1",
"ungradient": "^0.0.1",
"unprompts": "^1.0.8"
},
"bugs": {
Expand Down
5 changes: 3 additions & 2 deletions src/cli-start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import fs from 'node:fs';
import degit from 'degit';
import kebabCase from 'lodash.kebabcase';
import { packageManagers, templates } from './templates';
import { green, bgBlue, underline, cyan, yellow } from 'kolorist';
import { green, underline, cyan, yellow, bold } from 'kolorist';
import {
intro,
outro,
Expand All @@ -16,9 +16,10 @@ import {
isCancel,
} from 'unprompts';
import { execSync } from 'child_process';
import { rainbow } from 'ungradient';

export const startCli = async () => {
intro(bgBlue(' create-my-app '));
intro(bold(rainbow('Create Template')));

const name = await text({
message: "What's the name of your app?",
Expand Down

0 comments on commit 05102ee

Please sign in to comment.