cursor-boilerplate 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl
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.
- {cursor_boilerplate-0.1.0.dist-info → cursor_boilerplate-0.1.1.dist-info}/METADATA +34 -16
- cursor_boilerplate-0.1.1.dist-info/RECORD +7 -0
- cursor_boilerplate-0.1.1.dist-info/entry_points.txt +2 -0
- cursor_boilerplate-0.1.0.dist-info/RECORD +0 -7
- cursor_boilerplate-0.1.0.dist-info/entry_points.txt +0 -2
- {cursor_boilerplate-0.1.0.dist-info → cursor_boilerplate-0.1.1.dist-info}/WHEEL +0 -0
- {cursor_boilerplate-0.1.0.dist-info → cursor_boilerplate-0.1.1.dist-info}/top_level.txt +0 -0
@@ -1,25 +1,17 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: cursor-boilerplate
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.1
|
4
4
|
Summary: A boilerplate project for Cursor IDE
|
5
|
-
|
6
|
-
|
7
|
-
|
5
|
+
Author-email: Your Name <your.email@example.com>
|
6
|
+
License: MIT
|
7
|
+
Project-URL: Homepage, https://github.com/yourusername/cursor-boilerplate
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
9
|
-
Classifier: License :: OSI Approved :: MIT License
|
10
9
|
Classifier: Operating System :: OS Independent
|
11
10
|
Requires-Python: >=3.6
|
12
11
|
Description-Content-Type: text/markdown
|
13
12
|
Requires-Dist: click
|
14
|
-
|
15
|
-
|
16
|
-
Dynamic: classifier
|
17
|
-
Dynamic: description
|
18
|
-
Dynamic: description-content-type
|
19
|
-
Dynamic: home-page
|
20
|
-
Dynamic: requires-dist
|
21
|
-
Dynamic: requires-python
|
22
|
-
Dynamic: summary
|
13
|
+
Requires-Dist: build
|
14
|
+
Requires-Dist: twine
|
23
15
|
|
24
16
|
# Cursor Boilerplate
|
25
17
|
|
@@ -34,13 +26,33 @@ pip install cursor-boilerplate
|
|
34
26
|
## 사용 방법
|
35
27
|
|
36
28
|
```bash
|
37
|
-
|
29
|
+
cursor-boilerplate my-project-name
|
38
30
|
```
|
39
31
|
|
40
32
|
또는 특정 경로에 프로젝트를 생성하려면:
|
41
33
|
|
42
34
|
```bash
|
43
|
-
|
35
|
+
cursor-boilerplate my-project-name --path /path/to/directory
|
36
|
+
```
|
37
|
+
|
38
|
+
## 개발자 가이드
|
39
|
+
|
40
|
+
### 개발 환경 설정
|
41
|
+
|
42
|
+
```bash
|
43
|
+
uv pip install -e .
|
44
|
+
```
|
45
|
+
|
46
|
+
### 패키지 빌드 및 배포
|
47
|
+
|
48
|
+
1. 패키지 빌드:
|
49
|
+
```bash
|
50
|
+
python -m build
|
51
|
+
```
|
52
|
+
|
53
|
+
2. PyPI에 업로드:
|
54
|
+
```bash
|
55
|
+
twine upload dist/*
|
44
56
|
```
|
45
57
|
|
46
58
|
## 기능
|
@@ -49,6 +61,12 @@ uvx my-project-name --path /path/to/directory
|
|
49
61
|
- .cursor 디렉토리 및 파일 자동 복사
|
50
62
|
- 사용자 지정 경로 지원
|
51
63
|
|
64
|
+
## 의존성
|
65
|
+
|
66
|
+
- click: CLI 인터페이스 구현
|
67
|
+
- build: 패키지 빌드
|
68
|
+
- twine: PyPI 업로드
|
69
|
+
|
52
70
|
## 라이센스
|
53
71
|
|
54
72
|
MIT
|
@@ -0,0 +1,7 @@
|
|
1
|
+
cursor_boilerplate/__init__.py,sha256=fNOyX5PWOth_NRK0jMtT8zTeiViIztHHz0FylQfqRzQ,22
|
2
|
+
cursor_boilerplate/cli.py,sha256=RRpvl-xF94BJSAI5eayke7gHRWJoT_S92zjkiKf8pNE,1386
|
3
|
+
cursor_boilerplate-0.1.1.dist-info/METADATA,sha256=bqe8qJvKMy5bsvuEmAWNPvN672BFWEZ_6PtjD_cvV3s,1307
|
4
|
+
cursor_boilerplate-0.1.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
5
|
+
cursor_boilerplate-0.1.1.dist-info/entry_points.txt,sha256=gD8ysizP4178GaTgjq9pSphgrTkKaZxOAvMEovAmB7E,67
|
6
|
+
cursor_boilerplate-0.1.1.dist-info/top_level.txt,sha256=y8dzxEXg0CC4ruHYL8vncncXIsOpqUqGV-8kqErgMHU,19
|
7
|
+
cursor_boilerplate-0.1.1.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
1
|
-
cursor_boilerplate/__init__.py,sha256=fNOyX5PWOth_NRK0jMtT8zTeiViIztHHz0FylQfqRzQ,22
|
2
|
-
cursor_boilerplate/cli.py,sha256=RRpvl-xF94BJSAI5eayke7gHRWJoT_S92zjkiKf8pNE,1386
|
3
|
-
cursor_boilerplate-0.1.0.dist-info/METADATA,sha256=jIwO0W_oTX0WlAfYUc7Vj44nquxUA557c0WPsro5Sqg,1142
|
4
|
-
cursor_boilerplate-0.1.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
5
|
-
cursor_boilerplate-0.1.0.dist-info/entry_points.txt,sha256=4SRxSUksMtHvTDEBBOPzo95UkioOuX1CqulL3Re8sfg,52
|
6
|
-
cursor_boilerplate-0.1.0.dist-info/top_level.txt,sha256=y8dzxEXg0CC4ruHYL8vncncXIsOpqUqGV-8kqErgMHU,19
|
7
|
-
cursor_boilerplate-0.1.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|