sunrin-instagram-cli
v1.1.0
Published
School info Instagram Uploader CLI
Readme
sunrin-instagram-cli
📄 목차
🔍 개발 기술
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 데이터 관리를 효율적으로 수행할 수 있게 되었습니다.
