Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjamilasfihani/codeigniter-4-assets-generator
This library help you to generate HTML5 standard template, also generate CSS, JS and META too.
https://github.com/mjamilasfihani/codeigniter-4-assets-generator
codeigniter4-library css generator js
Last synced: 29 days ago
JSON representation
This library help you to generate HTML5 standard template, also generate CSS, JS and META too.
- Host: GitHub
- URL: https://github.com/mjamilasfihani/codeigniter-4-assets-generator
- Owner: mjamilasfihani
- License: mit
- Created: 2021-06-24T06:03:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T17:17:40.000Z (about 3 years ago)
- Last Synced: 2024-10-08T15:25:33.254Z (about 1 month ago)
- Topics: codeigniter4-library, css, generator, js
- Language: PHP
- Homepage:
- Size: 193 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeIgniter 4 Assets Generator
![GitHub](https://img.shields.io/github/license/mjamilasfihani/codeigniter-4-assets-generator) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/mjamilasfihani/codeigniter-4-assets-generator) ![GitHub file size in bytes](https://img.shields.io/github/size/mjamilasfihani/codeigniter-4-assets-generator/app/Libraries/AssetsLoader.php?label=library%20size) ![GitHub last commit](https://img.shields.io/github/last-commit/mjamilasfihani/codeigniter-4-assets-generator) ![GitHub Release Date](https://img.shields.io/github/release-date/mjamilasfihani/codeigniter-4-assets-generator) ![Twitter Follow](https://img.shields.io/twitter/follow/mjamilasfihani?style=social)
CSS and JS / assets generator for CodeIgniter 4 (mini version of BHPGenerator).
This library only need one file to be loaded.
Open `AssetsLoader.php` and you will see the prototype there (for pre-loader page, if you set to true the jQuery will be autoloaded).
Tips : Change your default route to `Landing.php` and it will display Coming Soon page. So you can more focus to finish your project :)