Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 600 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 600 Bytes

cpk - Code Packaging toolKit

cpk is a toolkit that standardizes the way code in a project is structured and packaged for maximum portability, readability, and maintainability.

Get started

cpk provides a single CLI command, called cpk.

A cpk Project

A cpk project is nothing more that a directory with a file called project.cpk in it.

A few examples of cpk projects are provided in the examples directory.

Build

A cpk project can be built using the command,

cpk build

Run

A cpk project can be run using the command,

cpk run