An open API service indexing awesome lists of open source software.

https://github.com/influx6/assetkit

Code gen for asset and static file bundling.
https://github.com/influx6/assetkit

asset-bundling go-asset-bundling go-assets-bundler go-web-asset-bundling trail web-assets

Last synced: 3 months ago
JSON representation

Code gen for asset and static file bundling.

Awesome Lists containing this project

README

        

AssetKit
---------
[![Go Report Card](https://goreportcard.com/badge/github.com/gokit/assetkit)](https://goreportcard.com/report/github.com/gokit/assetkit)

AssetKit code generates asset bundling packages for you.

## Install

```
go get github.com/gokit/assetkit
```

## Usage

Simple call the `assetkit` CLI with a wanted asset package:

```bash
> assetkit
Usage: assetkit [flags] [command]

⡿ COMMANDS:
⠙ public Generates asset bundling for standard public files

⠙ view Generates asset bundling with html file

⠙ static Generates bundling for general static files

⡿ HELP:
Run [command] help

⡿ OTHERS:
Run 'assetkit printflags' to print all flags of all commands.

⡿ WARNING:
Uses internal flag package so flags must precede command name.
e.g 'assetkit -cmd.flag=4 run'

```

## Contribution

Please let all suggestions, thoughts and complaints come has issues and associated PRs.