The default application template for CiSkeleton (CSK).
This repository serves as a boilerplate to kickstart new CSK-based projects — already configured with CSK conventions, folder structure, autoloading, and environment setup.
- Fork or clone this repository.
- Update settings to match your new project.
- Pull in the private CSK core and packages via your deployment or build scripts.
- Start building your app!
- Pre-configured application structure.
- CSK-compliant routing and autoloading.
- Ready-to-use environment config and language support.
- Integrates seamlessly with
packagesandcore.
Use this as your starting point for any CSK-powered application:
git clone https://github.com/ciskeleton/app-default app-name
cd app-name
# configure repo variables and runcore— Framework core (Private)packages— Modules, plugins, themes, and languages (Public Index)lang-english— English translation (Public)
This repository is public for demonstration purposes only — it requires the private CiSkeleton Core to function.