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 🙏

© 2024 – Pkg Stats / Ryan Hefner

@ive-korea/commit-convention

v1.0.2

Published

commit-convention setting boilerplate

Downloads

2,177

Readme

@ive-korea/commit-convention

@ive-korea/commit-convention은 프로젝트에서 커밋 메시지 규칙을 자동으로 설정하고 적용하는 도구입니다.

Husky와 Commitlint를 통합하여 일관된 커밋 메시지 규칙을 쉽게 유지할 수 있습니다.

프로젝트 초기 설치하여 일관성 있는 커밋을 작성할 수 있습니다.

설치

npx @ive-korea/commit-convention

사용방법

{사용하고 있는 패키지} commit

ex) pnpm commit
ex) yarn commit 
ex) npm run commit

지원하는 커밋 타입

  feat: "✨ 새로운 기능을 추가했어요.",
  fix: "🐛 버그를 수정 했어요.",
  docs: "📚 문서만 변경했어요.",
  style: "💎 코드의 영향을 미치지 않는 스타일 변경 (예: 공백, 포맷팅, 세미콜론 등)했어요.",
  refactor: "📦 버그를 수정하거나 기능을 추가하지 않는 코드 변경했어요.",
  perf: "🚀 성능 향상 코드 변경했어요.",
  test: "🚨 테스트 추가 또는 기존 테스트 수정했어요.",
  build: "🛠 빌드 시스템 또는 외부 종속성 변경했어요.",
  ci: "⚙️ CI 설정 파일 또는 스크립트를 변경했어요.",
  chore: "♻️ 소스 코드나 테스트 파일을 수정하지 않는 기타 잡다한 작업을 했어요.",
  remove: "🗑 파일 또는 폴더를 삭제했어요.",
  wip: "🚧 working in progress. 작업중의 준말이에요.",
  asset: "📄 이미지, 폰트 등 정적 파일이 추가 되었어요.",
  story: "🖼️ 스토리북 관련 코드가 변경되었어요.",
  conflict: "🔄 merge conflict를 해결했어요.",
  rename: "✏️ 파일 또는 폴더명을 수정 또는 이동했어요."