devlog_owen
231120 TIL) GIT issue 자동으로 끄기,sequelize,NPM 사이트,prettierrc 코드 본문
231120 TIL) GIT issue 자동으로 끄기,sequelize,NPM 사이트,prettierrc 코드
developer_owen 2023. 11. 20. 20:50개인프로젝트 강의 해설 영상
들으면서 새로 알게된 것도 당연히 많았지만 원래 알던 것도 이렇게 하는거구나 라는 깨달음을 얻었다.
GIT issue 자동으로 끄기
Close #이슈번호를 쓰면 이슈가 자동으로 close된다.
그리고 문제없다면 만든 브랜치 delete하는것도 기억하기
sequelize.org
Sequelize
Sequelize is a modern TypeScript and Node.js ORM for Oracle, Postgres, MySQL, MariaDB, SQLite and SQL Server, and more. Featuring solid transaction support, relations, eager and lazy loading, read replication and more.
sequelize.org
sequelize 관련 명령어들과 기본 문법구조를 알 수 있다. 이제 일일이 노션 안뒤져도 된다
NPM 모듈 사이트
npm | Home
Bring the best of open source to you, your team, and your company Relied upon by more than 17 million developers worldwide, npm is committed to making JavaScript development elegant, productive, and safe. The free npm Registry has become the center of Java
www.npmjs.com
나 왜 이제 이거 안거지... 모듈 갯수가 압도적으로 많은 npm이다. 우스갯소리로 홀수짝수 구분하는 모듈도 있다고 한다.
튜터님의 prettierrc 코드
{
"singleQuote": true,
"semi": true,
"useTabs": false,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 80,
"bracketSpacing": true
}
원래 뭐가 좋은지도 모르고 막썼는데 튜터님이 이게 제일 좋다고 하셨다(본인기준)
나도 이제 이걸로만 써야지
프리티어 코드(검색용)
'TIL' 카테고리의 다른 글
231122 TIL) 뉴스피드 프로젝트 2일차 (1) | 2023.11.22 |
---|---|
231121 TIL) 뉴스피드 프로젝트 API 명세서 작성 (0) | 2023.11.21 |
231117 TIL) 알고리즘 2문제, 개인 프로젝트 (0) | 2023.11.17 |
231116 TIL) Sequelize, MySQL 연결하기 (0) | 2023.11.16 |
231115 TIL) 알고리즘, 개인프로젝트 (0) | 2023.11.15 |