https://github.com/swonlee-13/minishell
minishell - my first shell program
https://github.com/swonlee-13/minishell
data-structures minishell42 shell
Last synced: 6 months ago
JSON representation
minishell - my first shell program
- Host: GitHub
- URL: https://github.com/swonlee-13/minishell
- Owner: swonlee-13
- License: mit
- Created: 2023-11-19T04:47:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T06:47:44.000Z (over 2 years ago)
- Last Synced: 2025-07-03T18:58:22.690Z (9 months ago)
- Topics: data-structures, minishell42, shell
- Language: C
- Homepage:
- Size: 809 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minishell
## 과제 목표
## Commit Convention
- feat : 새로운 기능 추가
- modify : 기존 기능 수정
- fix : 버그 수정
- docs : 문서 수정
- style : 코드 포매팅, 세미콜론 누락, 코드 변경이 없는 경우
- refactor : 코드 리펙토링
- test : 테스트 코드, 리펙토링 테스트 코드 추가
- chore : 빌드 업무 수정, 패키지 매니저 수정
- config: 환경설정 파일 추가 및 수정
- merge: merge