Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)