chiron
Version, currently master branch1 version
- master branchlatestMar 23, 2020
github.com/sam0x17/chiron
Replace your entire webpack HTML/CSS/JavaScript/LESS compilation, minification, and deployment pipeline with a single binary
Installation
# Add this to your shard.yml
dependencies:
chiron:
github: sam0x17/chiron
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.33.0- License
- MIT
- Author
- Sam Johnson
- Target
chironfrom src/cli.cr
Dependencies
Runtime Dependencies
- kemal*github: kemalcr/kemal
- js-minifier*github: sam0x17/js-minifier, branch: master
- css-minifier*github: sam0x17/css-minifier, branch: master
- html-minifier*github: sam0x17/html-minifier, branch: master
README
Chiron
Chiron is a tool for developing and deploying static websites using HTML / CSS / JavaScript and deploying them to CloudFront/S3 via Apex's Up tool. Because Chiron is written in the Crystal programming language, it is faster than most local development web servers and deployment pipelines, and is designed as an all-around, zero-dependency replacement for the Webpack / Node.js / NPM ecosystem when it comes to developing, compiling and deploying static websites.
Chiron relies on Crystal ports of clean-css, uglify-js, html-minifier, and LESS (that are embedded via duktape.cr), providing a full pipeline of HTML / CSS / JavaScript minification, basic templating, LESS support, and deployment to CloudFront/S3 without the need for any Webpack, Node.js or NPM dependencies.
Chiron is intended to be paired with a separate API server to facilitate dynamic behavior, or to be used alone to create fully static websites.
The chiron binary allows for the creation (and updating) of projects, and provides
a super-fast local development server based on kemal. All Chiron
projects are valid Up projects, and deployment is intended to be done using the standard
mechanisms provided by Up.
Installation
TODO: Write installation instructions here
Usage
TODO: Write usage instructions here
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Mar 23, 2020
- Crystal
0.33.0- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/sam0x17/chiron
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 1