npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@guerrero7/matching-scripts

v0.4.1

Published

A node CLI for create assets with exif information

Downloads

1

Readme

Matching scripts

npm bundle size npm npm

A NodeJS CLI for creating JPG files with specific EXIF information that speeds up the testing process on uploading flow.

Getting started

Requirements

  • Node JS >= v14.15.1

  • NPM >= v6.14.8 or Yarn v1.22.5

Installation

Install with Yarn

$ yarn global add @guerrero7/matching-scripts

Install with npm

$ npm i -g @guerrero7/matching-scripts

Commands

init

Generate the necessary folder structure to use the CLI.

Use: matching-scripts init

calibrate

Generate a calibration image with the current date-time. The result will be placed on /pictures/build/calibration.jpg

Use: matching-scripts calibrate

match

Generate new pictures which match with random photoshoots. The results will be placed on /pictures/build/pictures.

The name of the generated images will be a combination of the photoshoot id and a 6-length random characters.

Option: --photoshoots, -p The list of photoshoot IDs for matching with the pictures.

Use: matching-scripts match

Folder structure

smiler-scrips requires a specific folders to work.

images/

base/

calibration.jpg

pictures/

models/

photoshoots.json

images: Contains all the pictures related assets. The generated photos will be placed here inside a build folder.

images/base: Contains all the images that will be used for generating the pictures

images/base/calibration_image_base.jpg: Is the picture that will be used for generating the calibration picture

images/base/pictures: Must contain all the pictures that can be used to generate new matched ones.

images/build: Contains all the generated pictures. The ones not related to calibration process will be placed inside a pictures folder.

models/photoshoot.json: An array with all the photoshoots that can be used for matching pictures.

Contributing

All the critics and help are welcome, be free to create a new pull request.