npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

cursor-setup

v1.2.4

Published

Cursor IDE rules/commands 파일을 템플릿 레포에서 선택적으로 가져오는 CLI 도구

Readme

cursor-setup

Cursor IDE의 rules/commands 파일을 템플릿 레포에서 선택적으로 가져오는 CLI 도구

npm version npm downloads

설치 없이 바로 사용

npx cursor-setup

기능

  • 파일 선택 설치 — rules / commands 파일을 체크박스로 골라서 적용
  • Node.js 버전 자동 체크 — v18 미만이면 실행 시 자동 감지 후 안내
    • nvm이 설치되어 있으면 원하는 버전으로 바로 전환 가능
    • node-fetch 설치 후 현재 버전 유지 선택도 가능
  • 덮어쓰기 보호 — 이미 파일이 존재하면 덮어쓸지 확인 후 진행

선택 가능한 파일 목록

파일 목록은 chry8822/CursorTeamRules 에서 관리됩니다.

npx cursor-setup 실행 시 최신 목록을 자동으로 가져옵니다.

실행 예시

──────────────────────────────
🎯  Cursor 설정 셋업
──────────────────────────────
적용할 파일을 선택하세요 (스페이스바 선택, 엔터 확인)

  ── Rules ──────────────────
  ◯ index.mdc          — 프로젝트 기본 컨벤션
  ◯ typescript.mdc     — TypeScript 규칙
  ◉ ai-behavior.mdc    — AI 행동 규칙

  ── Commands ────────────────
  ◯ check.md           — 컨벤션 + 타입 점검
  ◉ commit.md          — Git 커밋 자동화
  ◯ create-api.md      — API 서비스 전체 구조 생성
  ◯ add-api.md         — 단일 API 엔드포인트 추가

✅ ai-behavior.mdc    → .cursor/rules/
✅ commit.md          → .cursor/commands/
──────────────────────────────
완료!
──────────────────────────────

Node.js 버전 체크 예시

v18 미만 환경에서 실행 시 자동으로 안내합니다.

⚠️   Node.js 버전 확인 필요
──────────────────────────────
   현재 버전 : v14.21.3
   필요 버전 : v18 이상

? 어떻게 진행하시겠습니까?
❯ nvm으로 Node 18 (LTS) 설치 및 전환
  node-fetch 설치 후 계속 진행  (현재 Node 버전 유지)
  수동 업그레이드 안내 보기
  종료

템플릿 소스

파일은 아래 레포에서 가져옵니다.

chry8822/CursorTeamRules

npm

https://www.npmjs.com/package/cursor-setup

요구 사항

  • Node.js v18 이상 권장 (v14+ 도 node-fetch 설치 후 동작)