app-store-connect-cli-skills
Skills to automate app store deployed and everything related to it using the asc cli
파일 탐색기
- marketplace.json
- plugin.json
- plugin.json
- validate-plugin-packaging.yml
- validate-plugin-packaging.py
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- aso_rules.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- multi-item-submissions.md
- SKILL.md
- examples.md
- references.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- app-privacy.md
- digital-goods.md
- readiness-repairs.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- release_notes_guidelines.md
- SKILL.md
- SKILL.md
- SKILL.md
- marketplace.json
- test_validate_plugin_packaging.py
- .gitignore
- LICENSE
- README.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
claude
설명 보기 ▼
claude
코드베이스를 이해하고 자연어 명령을 통해 더 빠르게 코딩할 수 있도록 도와주는 에이전트 기반 코딩 도구.
더 많은 정보: <https://code.claude.com/docs/en/cli-reference>.
claude prompt
프롬프트로 실행:
claude update
`claude`를 업데이트:
claude mcp list
지정된 MCP 서버 목록을 표시:
npx
설명 보기 ▼
npx
이 명령은 `npm exec`의 별칭입니다.
tldr npm exec
자세한 내용은 원본 명령을 참고하세요:
sips
설명 보기 ▼
sips
Apple Scriptable Image Processing System.
래스터/쿼리 이미지 및 ColorSync ICC 프로필.
더 많은 정보: <https://keith.github.io/xcode-man-pages/sips.1.html>.
sips --out {{path/to/output_directory}}
원본이 수정되지 않도록 출력 디렉터리 지정:
sips --resampleHeightWidth {{1920}} {{300}} {{image_file.ext}}
지정된 크기로 이미지 리샘플링 (이미지 비율이 변경될 수 있음):
sips --resampleHeightWidthMax {{1920}} {{300}} {{image_file.ext}}
높이와 너비가 지정된 크기를 초과하지 않도록 이미지 리샘플링 (대문자 Z 주의):
