This repository contains the shared back-end and front-end assets for CodeIgniter Skeleton (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)
- csk-packages — Central monorepo for CSK packages (Public)
- csk-lang-english — Default English language pack (Public)
- csk-theme-classic — Default frontend theme (Public)
CodeIgniter Skeleton (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.