Skip to content

ltetzlaff/sqipify-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

17 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

sqipify-cli

Build Status

code style: prettier

sqipify

Github

NPM

Install

npm i sqipify-cli -g

Usage

sqipify --help

Help

$ sqipify --help

  CLI for sqipify

  Usage
    $ sqipify <path|glob> ...
      or
    $ sqipify-cli <path|glob> ...

  Options
    --numberOfPrimitives, -n
        | (  5) Probably too few  |
        | ( 10) Few               |
        | ( 50) Medium            |
        | (500) Probably too many |
    --blur, -b     Apply Gaussian Blur Filter of this strength
        | ( 0) Off    |
        | ( 5) Medium |
        | (20) A lot  |
    --mode, -m     Which primitives to use
        | (0) Combo   | (1) Triangle       | (2) Rect        |
        | (3) Ellipse | (4) Circle         | (5) RotatedRect |
        | (6) Beziers | (7) RotatedEllipse | (8) Polygon     |
    --optimize     Wether to use SVG Optimizer (default: true)
    --outFile, -o  Output filename

Setup (in ./)

Install NodeJS

Download

Fetch dependencies

npm install

Dev (in ./)

Typescript builds are automatic and watch for file changes:

npm run build

or run this to build only once:

npm run buildOnce

Building, Linting, Formatting, Testing:

npm test

Contribution

  • use git pull --rebase in favor of regular pull, i recommend configuring it globally via:
    git config --global pull.rebase true

About

๐Ÿ› โš™๐Ÿ–ผ CLI for https://github.com/ltetzlaff/sqipify

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors