cursor-boilerplate 0.7.0__py3-none-any.whl → 0.7.2__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.
@@ -0,0 +1,47 @@
1
+ Metadata-Version: 2.4
2
+ Name: cursor-boilerplate
3
+ Version: 0.7.2
4
+ Summary: A boilerplate project for Cursor IDE
5
+ Author-email: Your Name <your.email@example.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/yourusername/cursor-boilerplate
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Operating System :: OS Independent
10
+ Requires-Python: >=3.6
11
+ Description-Content-Type: text/markdown
12
+ Requires-Dist: click
13
+ Requires-Dist: build
14
+ Requires-Dist: twine
15
+
16
+ # Cursor Boilerplate
17
+
18
+ Cursor IDE를 위한 보일러플레이트 프로젝트 생성기입니다.
19
+
20
+ ## 설치
21
+
22
+ ```bash
23
+ pip install cursor-boilerplate
24
+ ```
25
+
26
+ ## 사용법
27
+
28
+ 프로젝트 생성:
29
+ ```bash
30
+ cursor-boilerplate my-project-name
31
+ ```
32
+
33
+ 특정 경로에 생성:
34
+ ```bash
35
+ cursor-boilerplate my-project-name --path /원하는/경로
36
+ ```
37
+
38
+ ## 기능
39
+
40
+ - 새로운 프로젝트 디렉토리 자동 생성
41
+ - Cursor IDE 설정 파일 자동 복사
42
+ - 원하는 경로에 프로젝트 생성 가능
43
+ - 간단한 CLI 인터페이스
44
+
45
+ ## 라이센스
46
+
47
+ MIT License
@@ -0,0 +1,8 @@
1
+ cursor_boilerplate/__init__.py,sha256=fNOyX5PWOth_NRK0jMtT8zTeiViIztHHz0FylQfqRzQ,22
2
+ cursor_boilerplate/cli.py,sha256=9i1IEZcaIpFr3tFX3lereiYMjW2F2J7N4CyJcjMNjg8,1506
3
+ cursor_boilerplate/.cursor/rules/always.mdc,sha256=ngDQZ7PTntSEQS0trB6ZKFHndQTaEFPoQNqFuSpG4RA,1652
4
+ cursor_boilerplate-0.7.2.dist-info/METADATA,sha256=ETqMON0UooXkzWdf824iBPm8pmD0wA7wk6pP-BzPGio,1017
5
+ cursor_boilerplate-0.7.2.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
6
+ cursor_boilerplate-0.7.2.dist-info/entry_points.txt,sha256=gD8ysizP4178GaTgjq9pSphgrTkKaZxOAvMEovAmB7E,67
7
+ cursor_boilerplate-0.7.2.dist-info/top_level.txt,sha256=y8dzxEXg0CC4ruHYL8vncncXIsOpqUqGV-8kqErgMHU,19
8
+ cursor_boilerplate-0.7.2.dist-info/RECORD,,
@@ -1,91 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: cursor-boilerplate
3
- Version: 0.7.0
4
- Summary: A boilerplate project for Cursor IDE
5
- Author-email: Your Name <your.email@example.com>
6
- License: MIT
7
- Project-URL: Homepage, https://github.com/yourusername/cursor-boilerplate
8
- Classifier: Programming Language :: Python :: 3
9
- Classifier: Operating System :: OS Independent
10
- Requires-Python: >=3.6
11
- Description-Content-Type: text/markdown
12
- Requires-Dist: click
13
- Requires-Dist: build
14
- Requires-Dist: twine
15
-
16
- # Cursor Boilerplate
17
-
18
- Cursor IDE를 위한 보일러플레이트 프로젝트 생성기입니다. 이 패키지는 새로운 Cursor IDE 프로젝트를 쉽게 생성할 수 있도록 도와줍니다.
19
-
20
- ## 설치하기
21
-
22
- ```bash
23
- uv pip install cursor-boilerplate
24
- ```
25
-
26
- ## 사용하기
27
-
28
- ### 기본 사용법
29
-
30
- 새로운 프로젝트를 생성하려면:
31
-
32
- ```bash
33
- cursor-boilerplate my-project-name
34
- ```
35
-
36
- 이 명령어는 현재 디렉토리에 `my-project-name` 폴더를 생성하고, 필요한 `.cursor` 설정 파일들을 자동으로 복사합니다.
37
-
38
- ### 특정 경로에 프로젝트 생성하기
39
-
40
- 원하는 경로에 프로젝트를 생성하려면:
41
-
42
- ```bash
43
- cursor-boilerplate my-project-name --path /원하는/경로
44
- ```
45
-
46
- 예시:
47
- ```bash
48
- cursor-boilerplate my-project --path ~/projects/
49
- ```
50
-
51
- ## 기능
52
-
53
- - 새로운 프로젝트 디렉토리 자동 생성
54
- - Cursor IDE 설정 파일 자동 복사
55
- - 원하는 경로에 프로젝트 생성 가능
56
- - 간단한 CLI 인터페이스
57
-
58
- ## 라이센스
59
-
60
- MIT License
61
-
62
- ## 개발자 가이드
63
-
64
- ### 개발 환경 설정
65
-
66
- ```bash
67
- uv pip install -e .
68
- ```
69
-
70
- ### 패키지 빌드 및 배포
71
-
72
- 1. 기존 빌드 파일 삭제:
73
- ```bash
74
- rm -rf dist/ build/ cursor_boilerplate.egg-info/
75
- ```
76
-
77
- 2. 패키지 빌드 및 PyPI 업로드:
78
- ```bash
79
- python -m build
80
- twine upload dist/*
81
- ```
82
-
83
- ## 의존성
84
-
85
- - click: CLI 인터페이스 구현
86
- - build: 패키지 빌드
87
- - twine: PyPI 업로드
88
-
89
- ## 라이센스
90
-
91
- MIT
@@ -1,8 +0,0 @@
1
- cursor_boilerplate/__init__.py,sha256=fNOyX5PWOth_NRK0jMtT8zTeiViIztHHz0FylQfqRzQ,22
2
- cursor_boilerplate/cli.py,sha256=9i1IEZcaIpFr3tFX3lereiYMjW2F2J7N4CyJcjMNjg8,1506
3
- cursor_boilerplate/.cursor/always.mdc,sha256=ngDQZ7PTntSEQS0trB6ZKFHndQTaEFPoQNqFuSpG4RA,1652
4
- cursor_boilerplate-0.7.0.dist-info/METADATA,sha256=XlhX0gBfOdmGguHTcqmBJcsWF1CTeHYax_hjg5CktaE,1898
5
- cursor_boilerplate-0.7.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
6
- cursor_boilerplate-0.7.0.dist-info/entry_points.txt,sha256=gD8ysizP4178GaTgjq9pSphgrTkKaZxOAvMEovAmB7E,67
7
- cursor_boilerplate-0.7.0.dist-info/top_level.txt,sha256=y8dzxEXg0CC4ruHYL8vncncXIsOpqUqGV-8kqErgMHU,19
8
- cursor_boilerplate-0.7.0.dist-info/RECORD,,