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

https://github.com/ramtype0/vpmpackagetemplate

The template of package-only style VPM package development repository.
https://github.com/ramtype0/vpmpackagetemplate

Last synced: 5 months ago
JSON representation

The template of package-only style VPM package development repository.

Awesome Lists containing this project

README

          

# VPM Package Template

- [English](#english)
- [日本語](#日本語)

## English
The template of package-only style VPM package development repository.

This template includes

- [Automated API document generation via docfx](/.github/workflows/docs.yml)
- [Automated tests on push, pull requests](/.github/workflows/run-tests.yml)
- [Release VPM package](/.github/workflows/release.yml)

## 日本語
パッケージだけを含むスタイルのVPMパッケージ開発リポジトリのテンプレートです。

以下の機能があります。

- [docfxによる自動化されたAPIドキュメント生成](/.github/workflows/docs.yml)
- [プッシュ、プルリクエスト時の自動化されたテスト](/.github/workflows/run-tests.yml)
- [VPMパッケージのリリース](/.github/workflows/release.yml)