byuckchon-frontend-cli 1.0.2 → 1.0.3
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/README.md +25 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,2 +1,26 @@
|
|
|
1
1
|
# byuckchon-frontend-cli
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
[byuckchon](https://www.byuckchon.com) 컨벤션에 맞게 React(Vite) 또는 Next.js(App Router) TypeScript 프로젝트를 생성하는 CLI.
|
|
4
|
+
|
|
5
|
+
## 요구 사항
|
|
6
|
+
|
|
7
|
+
- [Node.js](https://nodejs.org/) (LTS 권장)
|
|
8
|
+
|
|
9
|
+
## 사용법
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
npx byuckchon-frontend-cli
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
프로젝트 이름과 프레임워크를 묻는 프롬프트에 따라 답하면, 현재 디렉터리에 새 폴더가 만들어집니다.
|
|
16
|
+
|
|
17
|
+
생성이 끝나면 안내에 따라 다음을 실행하세요.
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
cd <프로젝트-이름>
|
|
21
|
+
npm run dev
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
## 라이선스
|
|
25
|
+
|
|
26
|
+
MIT
|