iconmate 1.1.1

CLI to fetch icons and save them into your Vite, NextJS, or similar TypeScript project
Documentation
set dotenv-load := true

default:
    just --list

# Usage: just config-schema
config-schema:
    cd config-gen && bun install && bun run generate

# Tag and release a new version - custom script by carlo.

# Usage: just tag_and_release
tag: tag_and_release

tag_and_release:
    sh tag_and_release.sh

sync_readme:
    cp README.md npm/README.md