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

sunrin-instagram-cli

v1.1.0

Published

School info Instagram Uploader CLI

Readme

sunrin-instagram-cli

Github Issue Github Issue

📄 목차

  1. 개발 기술
  2. 파일 / 폴더 구조
  3. 개발자
  4. 문의
  5. 설치 방법
  6. 사용법
  7. 트러블 슈팅

🔍 개발 기술

Typescript - Javascript에 Type기능을 추가한 언어

Spotify - ~~개발을 하기위한 나의 레드불~~

📂 파일 / 폴더 구조

  • 앱 (React Native)
.gitignore - Github에 올라가면 안되는 파일을 적어둔 파일 (예시: .env 파일)

.npmignore - NPM에 올라가면 안되는 파일을 적어둔 파일 (예시: .env 파일)

package-lock.json - node_modules 디렉토리에 설치된 패키지들의 의존성 트리 (npm)

package.json - 개발자가 배포한 패키지에 대해, 다른 사람들이 관리하고 설치하기 쉽게 하기 위한 문서
README.md - 현재 보고있는 문서

tsconfig.json - Typescript 세팅

school.ts - CLI 코드가 들어있는 중요한 파일

🖥️ 개발자

  • @iamfiro - 📦 CLI 개발

📞 문의

@sunrin_today - 인스타그램

📦 설치 방법

npm i sunrin-instagram-cli

📎 사용법

급식 리스트 불러오기 ㄴ 현재 설정된 급식 리스트를 불러옵니다

> npx sunrin-instagram-cli list

결과
2024-01-02
2024-01-03
2024-01-04
2024-01-05

급식 데이터 생성하기 ㄴ 급식 데이터를 JSON에 생성합니다

> npx sunrin-instagram-cli add

결과
? What is the date of the meal? » 2024-04-13
? What is the meal of the day seperate to /? » 잡곡밥/김치/제육볶음
=========
Added!

급식 데이터 삭제 ㄴ 현재 설정된 급식중의 일부를 삭제합니다

> npx sunrin-instagram-cli delete

결과
? Please select the item you want to delete
> 2024-04-02
  2024-04-03
  2024-04-04
  2024-04-05
  2024-04-08
  2024-04-09
  2024-04-10
(Use arrow keys to reveal more choices)
=========
? Are you sure you want to delete this? (Use arrow keys)
> Delete This
  Exit
=========
Deleted!

🤬 트러블 슈팅

이러한 결정에 따라 매일 JSON을 관리하는 번거로움을 줄이기 위해 CLI 도구인 📦sunrin-instagram-cli를 개발하였습니다. 이를 통해 JSON 데이터 관리를 효율적으로 수행할 수 있게 되었습니다.