# package-example **Repository Path**: covscript/package-example ## Basic Information - **Project Name**: package-example - **Description**: Examples of CSPKG Package - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-12 - **Last Updated**: 2022-08-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Examples of CSPKG Package This repository contains examples of a Covariant Script Package(testcsp.csp) and an Covariant Script Extension(testcse.cpp) and an example of GitHub Action that can automatically build and releasing your package with latest CovScript SDK. [![Schedule Build](https://github.com/covscript/package-example/actions/workflows/schedule.yml/badge.svg?branch=main)](https://github.com/covscript/package-example/actions/workflows/schedule.yml) ## Setup this package with CSPKG ```bash # CSPKG v2.1+ Required cspkg config source --app https://raw.githubusercontent.com/covscript/package-example/main/cspkg-source/index.json ```