skills

(★ 20)

Nine eval-built agent workflows for planning, implementation, copy, and repository work.

파일 탐색기

  • .gitignore
  • AGENTS.md
  • CLAUDE.md
  • LICENSE
  • README.md

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

automake

설명 보기 ▼

GNU 표준을 기반으로 소프트웨어 프로젝트의 Makefile을 자동으로 생성하는 도구.
더 많은 정보: <https://www.gnu.org/software/automake/manual/automake.html#automake-Invocation>.

automake

`Makefile.am` 수정 후 Makefile 재생성:

automake --foreign

비 GNU 프로젝트용 `Makefile.in` 생성 (foreign 모드):

automake {{[-v|--verbose]}}

디버깅을 위한 상세 출력 활성화:

🔍

npx

설명 보기 ▼

이 명령은 `npm exec`의 별칭입니다.

tldr npm exec

자세한 내용은 원본 명령을 참고하세요:

// repository documentation