This repository contains the shared back-end and front-end assets for CiSkeleton (CSK), including:
- π¦ JavaScript helpers (
admin.js,main.js, etc.) - π¨ CSS files and variables
- π€ Fonts and icons
- πΌοΈ Images used across CSK
This repository is typically included as a submodule in each new project's content directory:
git submodule add git@github.com:ianhubnet/csk-common.git content/commonContributions are welcome! You can submit:
- π Bug fixes
- β¨ New UI helpers
- π¨ Asset improvements
Please open issues or pull requests for any enhancements.
- csk-core β Framework core (Private)
- csk-app-default β Default application template (Public)
- csk-projects β Monorepo for all official CSK projects (Public index)
- csk-packages β Central monorepo for CSK packages (Public index)
- csk-lang-english β Default English language pack (Public)
- csk-theme-classic β Default frontend theme (Public)
CiSkeleton (CSK) is a modern, modular foundation built on CodeIgniter 3. It offers:
- Modular architecture for scalable projects
- Multilingual support
- Built-in admin panel
- Reusable front-end assets and helpers
CSK provides a complete foundation to kickstart new web applications quickly and consistently.