Skip to content

Latest commit

 

History

History

cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Just Icons CLI

Command line interface to synchronize icons from Figma to local project directories.

Install

cd path/to/just-icons/cli
npm install --global .

Usage

After installing, run icons to view options available and instructions for using the interfacre

$ icons

      _           _     ___
     | |_   _ ___| |_  |_ _|___ ___  _ __  ___
  _  | | | | / __| __|  | |/ __/ _ \| '_ \/ __|
 | |_| | |_| \__ \ |_   | | (_| (_) | | | \__ \
  \___/ \__,_|___/\__| |___\___\___/|_| |_|___/

  Running @just-icons/cli v0.0.1

  Example usage
    $ just-icons <command> <options>

  Help for a command
    $ just-icons <command> --help
    $ just-icons <command> -h

  Options
    --version, -v Print Just Icons CLI version

  Commands
    add, a        Configure a new icon set
    remove, r     Remove an existing icon set config
    get, g        Get details on the icon set config
    list, l       List configured icon sets
    sync, s       Sync an icon set to the current directory
    help, h       Display this message