iconmate 1.1.0

CLI to fetch icons and save them into your Vite, NextJS, or similar TypeScript project
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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