프로젝트 규칙 파일을 간편하게 세팅하는 CLI
Project description
cursor-init
프로젝트 규칙/문서 템플릿을 손쉽게 세팅하는 CLI 도구 (PyPI 배포용)
✨ 주요 기능
.cursorrules, rules, docs 등 실무 규칙/문서 템플릿 일괄 복사 및 초기화- 실무 규칙/자동화/상호 참조 구조를 표준화
- 신규 프로젝트, 팀 온보딩, 문서 일관성 유지에 최적화
📦 설치
uvx cursor-init sync
🗂️ 템플릿/문서 구조
src/templates/profile/
├── default/
│ ├── .cursorrules
│ ├── .cursor/
│ │ ├── mcp.json
│ │ └── rules/
│ └── .cursor-init/
│ └── docs/
└── ... (프로필별 디렉토리)
.cursor-init/
├── docs/ # 공식 기술문서/가이드/프로세스 관리 경로
└── profiles/ # 프로필별 문서/규칙/스냅샷 관리
.cursorrules: 프로젝트 전체 규칙 정의rules/: 각종 실무/자동화 규칙(mdc)docs/: 공식 기술문서/가이드/프로세스profiles/: 프로필별 문서/규칙/스냅샷 관리
🚀 사용법
템플릿 초기화
cursor-init docs sync
도움말
cursor-init --help
💡 실무 적용 예시
-
템플릿/문서 구조 동기화
cursor-init docs sync
-
요구사항 정의 및 agent 활용
# 예시: 신규 회원가입 기능 설계 요구사항을 agent에게 입력 agent "신규 회원가입 기능 설계: 이메일 인증, 비밀번호 정책, API 명세를 포함. 요구사항에 맞게 문서를 업데이트 해주세요."
- agent를 활용하면 요구사항 분석, 시스템 설계, 문서화, 체크리스트 관리 등 실무 전 과정을 일관되게 자동화할 수 있습니다.
- 팀/고객/상황별로 프로필을 분리해 다양한 규칙/문서 세트를 손쉽게 적용하세요.
🛠️ 개발/기여
- 이 저장소를 fork/clone
- 의존성 설치:
pip install -e .
- 템플릿/코어 로직 수정 후 PR 제출
📝 참고
- pyproject.toml의
[project.scripts]로 CLI 명령어 등록 - 템플릿 경로는
src/templates/profile/기준 - 공식 문서/구조/규칙은
.cursor-init/docs/,.cursor-init/profiles/참고 - 자세한 구조/실무 규칙은
.cursor-init/docs/내 문서 참조
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cursor_init-0.1.1-py3-none-any.whl.
File metadata
- Download URL: cursor_init-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bdbf6bde3ccbe871679de3fe55a5e529a65748fad28cb80bbf8260a511325bc0
|
|
| MD5 |
6d30a4502343b1dfda3d4931547fdb07
|
|
| BLAKE2b-256 |
6e7d6c96d54daa93b7617b8b75302c4319c180318da5a26b9e19aea69d4e687a
|