NjiruClinton / tectonic_assets

go profiler with web dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tectonic_assets

  • CLI tool for flutter assets management

    License MIT

installation

git clone https://github.com/NjiruClinton/tectonic_assets.git
go install

a package tinypng will need you to set your tinypng api key export TINY_PNG_API_KEY=your_api_key for UNIX based systems and set TINY_PNG_API_KEY=your_api_key for windows

go build

usage

run the gfg command created on cmd inside the flutter project directory

gfg --help
  • Available Commands:
    • browse Browse assets folder
    • completion Generate the autocompletion script for the specified shell
    • help Help about any command
    • manifest Generate asset manifest
    • optimize Optimize image assets

example

gfg browse

outputs fonts, images and other assets from a flutter project

test directories

  • pubspec.yaml
  • assets/

project still under development

About

go profiler with web dashboard

License:MIT License


Languages

Language:Go 100.0%