github.com/gocaveman/caveman@v0.0.0-20191211162744-0ddf99dbdf6e/README.md (about)

     1  # THE CAVEMAN PROJECT
     2  
     3  **Awesome web primitives for Go. One package at a time.**
     4  
     5  The Caveman Project is a library, or more like a collection of packages, that provides tooling to solve common website and web application problems.
     6  
     7  This is a work in progress and packages will be updated as frequently as time allows.  The current plan is to work toward a 1.0 release with as many stable packages as possible by some time later in 2018.
     8  
     9  The listing below gives the current status of packages within the Caveman project.  **INCOMPLETE** packages are still being added to and edited frequently;  **EXPERIMENTAL** packages are functional and can be used but might undergo major changes; **ALPHA**, **BETA** and **RELEASE CANDIDATE** have their usual meanings and packages for which API stability is guaranteed will be marked **STABLE**.  Stable packages will not have breaking API changes without a major number release on this repository and a very good reason to do so.
    10  
    11  ### Packages
    12  
    13  | Package | Description | Status |
    14  | ------- | ----------- | ------ |
    15  | [renderer](https://godoc.org/github.com/gocaveman/caveman/renderer) | Easy page rendering using html/template. | **EXPERIMENTAL** |
    16  | [uifiles](https://godoc.org/github.com/gocaveman/caveman/uifiles) | Tooling for CSS and JS minification, combination and inclusion on page. | **EXPERIMENTAL** |
    17  | [webutil](https://godoc.org/github.com/gocaveman/caveman/webutil) | Various common tools; handler chain support | **INCOMPLETE** |
    18  
    19  NOTE: Packages in the [Caveman](https://godoc.org/github.com/gocaveman/caveman) repository but not listed above should be considered INCOMPLETE and subject to major changes or even removal.