cursor-boilerplate 0.7.0__tar.gz → 0.7.1__tar.gz

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.1
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,32 @@
1
+ # Cursor Boilerplate
2
+
3
+ Cursor IDE를 위한 보일러플레이트 프로젝트 생성기입니다.
4
+
5
+ ## 설치
6
+
7
+ ```bash
8
+ pip install cursor-boilerplate
9
+ ```
10
+
11
+ ## 사용법
12
+
13
+ 프로젝트 생성:
14
+ ```bash
15
+ cursor-boilerplate my-project-name
16
+ ```
17
+
18
+ 특정 경로에 생성:
19
+ ```bash
20
+ cursor-boilerplate my-project-name --path /원하는/경로
21
+ ```
22
+
23
+ ## 기능
24
+
25
+ - 새로운 프로젝트 디렉토리 자동 생성
26
+ - Cursor IDE 설정 파일 자동 복사
27
+ - 원하는 경로에 프로젝트 생성 가능
28
+ - 간단한 CLI 인터페이스
29
+
30
+ ## 라이센스
31
+
32
+ MIT License
@@ -0,0 +1,47 @@
1
+ Metadata-Version: 2.4
2
+ Name: cursor-boilerplate
3
+ Version: 0.7.1
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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "cursor-boilerplate"
7
- version = "0.7.0"
7
+ version = "0.7.1"
8
8
  description = "A boilerplate project for Cursor IDE"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.6"
@@ -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,76 +0,0 @@
1
- # Cursor Boilerplate
2
-
3
- Cursor IDE를 위한 보일러플레이트 프로젝트 생성기입니다. 이 패키지는 새로운 Cursor IDE 프로젝트를 쉽게 생성할 수 있도록 도와줍니다.
4
-
5
- ## 설치하기
6
-
7
- ```bash
8
- uv pip install cursor-boilerplate
9
- ```
10
-
11
- ## 사용하기
12
-
13
- ### 기본 사용법
14
-
15
- 새로운 프로젝트를 생성하려면:
16
-
17
- ```bash
18
- cursor-boilerplate my-project-name
19
- ```
20
-
21
- 이 명령어는 현재 디렉토리에 `my-project-name` 폴더를 생성하고, 필요한 `.cursor` 설정 파일들을 자동으로 복사합니다.
22
-
23
- ### 특정 경로에 프로젝트 생성하기
24
-
25
- 원하는 경로에 프로젝트를 생성하려면:
26
-
27
- ```bash
28
- cursor-boilerplate my-project-name --path /원하는/경로
29
- ```
30
-
31
- 예시:
32
- ```bash
33
- cursor-boilerplate my-project --path ~/projects/
34
- ```
35
-
36
- ## 기능
37
-
38
- - 새로운 프로젝트 디렉토리 자동 생성
39
- - Cursor IDE 설정 파일 자동 복사
40
- - 원하는 경로에 프로젝트 생성 가능
41
- - 간단한 CLI 인터페이스
42
-
43
- ## 라이센스
44
-
45
- MIT License
46
-
47
- ## 개발자 가이드
48
-
49
- ### 개발 환경 설정
50
-
51
- ```bash
52
- uv pip install -e .
53
- ```
54
-
55
- ### 패키지 빌드 및 배포
56
-
57
- 1. 기존 빌드 파일 삭제:
58
- ```bash
59
- rm -rf dist/ build/ cursor_boilerplate.egg-info/
60
- ```
61
-
62
- 2. 패키지 빌드 및 PyPI 업로드:
63
- ```bash
64
- python -m build
65
- twine upload dist/*
66
- ```
67
-
68
- ## 의존성
69
-
70
- - click: CLI 인터페이스 구현
71
- - build: 패키지 빌드
72
- - twine: PyPI 업로드
73
-
74
- ## 라이센스
75
-
76
- MIT
@@ -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