Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiwiyou/boj-cli
https://github.com/kiwiyou/boj-cli
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kiwiyou/boj-cli
- Owner: kiwiyou
- Created: 2021-07-31T08:07:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-14T17:03:55.000Z (over 3 years ago)
- Last Synced: 2024-10-27T12:57:46.631Z (2 months ago)
- Language: Rust
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
boj-cli
여러모로 귀찮은 사람들을 위한 BOJ 명령줄 인터페이스
설치
---`cargo`를 이용하여 설치할 수 있습니다.
```bash
gh repo clone kiwiyou/boj-cli
# 또는
git clone https://kiwiyou/boj-cli.git
cd boj-clicargo install --path .
```사용법
---- `boj new `
- ``번 문제를 위한 디렉토리를 생성합니다.- `boj run `
- ``번 문제 코드를 실행합니다.디렉토리 구조
---- `./template`
- 문제 디렉토리를 생성하기 위한 템플릿 파일을 저장하는 곳입니다.
- `Tera` 템플릿 엔진을 사용합니다.- `./template/note.md`
- 문제 풀이 노트의 템플릿입니다.- `./template/solution.rs`
- 문제 풀이 코드의 템플릿입니다.- `./[-]`
- ``번 문제를 위한 디렉토리입니다.- `./[-]/note.json`
- 문제 풀이 노트입니다.- `./[-]/solution.*`
- 문제 풀이 코드입니다.