Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sboh1214/hwp-swift
Swift Package for Reading & Writing HWP File
https://github.com/sboh1214/hwp-swift
hacktoberfest hwp ole swift swiftpackage xcode
Last synced: about 1 month ago
JSON representation
Swift Package for Reading & Writing HWP File
- Host: GitHub
- URL: https://github.com/sboh1214/hwp-swift
- Owner: sboh1214
- License: lgpl-2.1
- Created: 2020-09-12T01:12:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T17:07:23.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T17:33:39.935Z (2 months ago)
- Topics: hacktoberfest, hwp, ole, swift, swiftpackage, xcode
- Language: Swift
- Homepage:
- Size: 1.91 MB
- Stars: 17
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Hwp-Swift
> If you want English version of documentation, please contact to [[email protected]]([email protected])
> 본 제품은 한글과컴퓨터의 한글 문서 파일(.hwp) 공개 문서를 참고하여 개발하였습니다.
![Test](https://github.com/sboh1214/Hwp-Swift/workflows/Test/badge.svg)
![Coverage](https://github.com/sboh1214/Hwp-Swift/workflows/Coverage/badge.svg)
![Documentation](https://github.com/sboh1214/Hwp-Swift/workflows/Documentation/badge.svg)
![Lint](https://github.com/sboh1214/Hwp-Swift/workflows/Lint/badge.svg)한글 파일을 읽고 쓰기 위한 스위프트 패키지
## 설치
### 스위프트 패키지 관리자
Xcode에서 ```File``` > ```Swift Packages``` > ```Add Package Dependency...``` 메뉴를 선택하세요.
또는 의존성을 아래와 같이 수동으로 추가합니다.
```swift
dependencies: [
.package(url: "https://github.com/sboh1214/Hwp-Swift.git", .branch("main")),
],
```## 라이브러리 구조
![Structure](https://github.com/sboh1214/Hwp-Swift/blob/main/.github/structure/Structure.png)
## 기여
[CONTRIBUTING.md](https://github.com/sboh1214/Hwp-Swift/blob/main/CONTRIBUTING.md)를 방문하세요.
## 라이센스
본 라이브러리는 LGPL 라이센스를 따릅니다.
본 라이브러리의 이름, 주소, 그리고 저작자를 표기하여 주십시오.
스위프트 패키지 매니저와 같이 본 라이브러리를 일체의 변경 없이 의존성으로서 사용한다면 코드 공개의 의무가 없습니다.
![GitHub](https://img.shields.io/github/license/sboh1214/Hwp-Swift)