Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

sqipify-cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqipify-cli

CLI for sqipify

Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
11
57.14%
Maintainers
1
Weekly downloads
 
Created
Source

sqipify-cli

Build Status

code style: prettier

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
    

FAQs

Package last updated on 20 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts