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

@testbank-inc/nit-cli

v0.1.5

Published

## 설치

Downloads

12

Readme

Notion Issue Tracker CLI

설치

npm install -g @testbank/nit-cli

설정

nit auth --key ************** --dbid ***********
nit auth --userName 김지훈

이름을 설정하면 노션 DB 에 접근 가능한 유저들 중에 같은 이름을 가진 유저를 찾고 notion user id 할당. 없으면 설정이 안됩니다.

사용

nit issue start
? Select a issue › 
    SLV-581 | 웹뷰 플러그인 v2 (2) | To Do | 김지훈
    SLV-566 | [APP] 마케팅 정보 수신 동의 (채널별) | To Do | 허백
    SLV-599 | [BE] banner type, url 추가 | To Do | 이지훈
❯   SLV-598 | [IDL] banner type, url 추가 | To Do | 이지훈
    SLV-563 | [APP] D-day 커스터마이징 | 기획 중 | 허백
    SLV-565 | [APP] 팝업 모듈 (웹뷰 모달 C타입) | 기획 중 | 안지현
    SLV-544 | [APP] 서비스 전역 아이콘 디자인 개편 | 디자인 중 | 이지수

선택하면 로컬 dev 로 checkout -> 이슈번호로 브랜치 생성 및 checkout -> 리모트 origin 에 도 이슈번호 브랜치 push -> gt repo init --truck {이슈번호브랜치} -> 노션 이슈 상태 In Progress (개발 중) 로 변경하고 담당자 (Assignee) 변경

Shortcut

nit issue start = nit i s