Coder Social home page Coder Social logo

ltetzlaff / sqipify-cli Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 65 KB

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

Home Page: https://www.npmjs.com/package/sqipify-cli

License: MIT License

JavaScript 56.89% TypeScript 43.11%

sqipify-cli's Introduction

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

sqipify-cli's People

Contributors

ltetzlaff avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.