Chakku by Aliveforms - CSS and JS Bundler
An FOSS Tool by Aliveforms - https://aliveforms.com
Chakku is a simple tool for bundling and minifying CSS and JS files. It reads a configuration file to specify input files, types, and output file names. Chakku supports both local and online files.
Installation
- Clone the repository:
git clone https://github.com/nabeelalihashmi/chakku.git
cd chakku
2. Install dependencies:
pip install beautifulsoup4 requests csscompressor jsmin
### Usage
1. Create a chakku.json file with your configuration:
[ { "files": ["path/to/style1.css", "path/to/style2.css"], "type": "css", "output": "dist/bundle.css" }, { "files": ["path/to/script1.js", "path/to/script2.js"], "type": "js", "output": "dist/bundle.js" } ]
2. Run Chakku:
python path/to/chakku.py path/to/chakku.json
### Configuration
The chakku.json file contains an array of configuration objects. Each object specifies:
- "files": An array of input file paths (local or online).
- "type": The file type ("css" or "js").
- "output": The output file path.
### Website
aliveforms.com/opensource#chakku.
### About Aliveforms
Aliveforms
[https://aliveforms.com](https://aliveforms.com)
is an online form builder to create forms, quizzes, surveys, polls, giveaway raffles and more. It works on all modern devices like phones, tables and computers. Aliveforms supports logic, themes, integrations with services like Google Sheets, Google Drive, Zapier, MailChimp, Pabbly Connect and more.
### License
This project is licensed under the MIT License. Repository Info
- Created Nov 21, 2023
- Last Update Nov 21, 2023
- Open Issues 0
- Size 0.8 MB
Topics
More Contributions
Open source projects and experiments.
nibble
A minimal and fast library for automatic reactive DOM updates and two-way data binding with signals.
LightView
Lightweight Template Engine for PHP with features like computed output in generated files.
chakku
Framework-Agnostic CSS and JS bundler that simplifies your asset pipeline without complexity.
nthjs
Signals Based Minimal Modular JavaScript Reactivity. A lightweight approach to modern web state management.
NthPHP
Lightning Fast PHP Framework designed for performance and simplicity in modern web development.
LightRouter
Simple and Fast PHP Routing Library with support for custom responses and dynamic routes.