# packasset **Repository Path**: mirrors_lestrrat-go/packasset ## Basic Information - **Project Name**: packasset - **Description**: Lightweight resource embedding utility for Go - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # packasset [![Build Status](https://travis-ci.org/lestrrat-go/packasset.svg?branch=master)](https://travis-ci.org/lestrrat-go/packasset) [![GoDoc](https://godoc.org/github.com/lestrrat-go/packasset?status.svg)](https://godoc.org/github.com/lestrrat-go/packasset) # DESCRIPTION * the old [go-bindata](https://github.com/jteeuwen/go-bindata) is no longer maintained. * It and has been forked [several](https://github.com/lestrrat-go/bindata) [times](https://github.com/tmthrgd/go-bindata). * I would love to migrate to the new [go-bindata](https://github.com/tmthrgd/go-bindata), but it does not support the CLI interface. * But I LIKE the CLI interface. :( So here it is. * Pack static file assets into a byte array. * byte array contents are compressed TODO * Store file metadata # Usage (CLI) ``` $ ls templates | packasset ``` ``` $ packasset -input file.txt ```