New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

nilka

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nilka

a command-line utility to resize images in batches

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
7
75%
Maintainers
1
Weekly downloads
 
Created
Source

Nilka is a very simple command-line utility to resize images in batches.

Attention: I wrote it for my website. Convenience and saving bandwidth is my first concern, not image quality.

How to use

$ npm install -g nilka
$ nilka [image dir]

Nilka will convert all images under the specified dir into JPEG files, and put them in a sub-directory named 'build'.

If the width of an image is larger than 800px, it will be resized to 800px.

If the image dir is omitted, nilka will use the current directory.

License

MIT

Keywords

image

FAQs

Package last updated on 26 Jul 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