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.
- Host: GitHub
- URL: https://github.com/influx6/assetkit
- Owner: influx6
- License: mit
- Created: 2017-11-04T14:19:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T18:05:50.000Z (about 7 years ago)
- Last Synced: 2025-01-21T07:08:27.110Z (5 months ago)
- Topics: asset-bundling, go-asset-bundling, go-assets-bundler, go-web-asset-bundling, trail, web-assets
- Language: Go
- Homepage:
- Size: 3.63 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.