Jampack

Optimizes static websites for best user experience and best Core Web Vitals...

README


  1. ```
  2.      __                                    __    
  3.     |__|____    _____ ___________    ____ |  | __
  4.     |  \__  \  /     \\____ \__  \ _/ ___\|  |/ /
  5.     |  |/ __ \|  Y Y  \  |_> > __ \\  \___|    <
  6. /\__|  (____  /__|_|  /   __(____  /\___  >__|_ \
  7. \______|    \/      \/|  |       \/     \/     \/
  8.                       |__|
  9. ```


Jampack


Optimizes static websites for best user experience and best Core Web Vitals scores.


What is jampack?


Not a bundler. Not a framework.


jampack is a post-processing tool that takes the output of your Static Site Generator (aka SSG) and optimizes it for best user experience and best Core Web Vitals scores.


What can jampack do?



Quick use


  1. ```sh
  2. # Optimize static website in `dist` folder
  3. npx @divriots/jampack ./dist
  4. ```

For more options see CLI options.

jampack used in the wild


  

Add yours here


Why is it called jampack?


- jam: From Jamstack.
- pack: Reminescent of the Executable Packers from the 90s.

License


This software is released under the terms of the MIT license.