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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@onpurposestudio/ivy

v0.0.4

Published

Ivy CLI by On Purpose Studio

Readme

Ivy CLI for Translated Codebases

This is the repository for the npm package of Ivy, a CLI tool helps dev teams and LLM's observe and manage translations in their local codebase. It's written in Rust, and this repository contains the compiled binaries for Linux, Mac, and Windows.

Ivy is available to all clients of OnPurpose Studio. We'd love to get you a license. Please reach out!

Install

npm i -g @onpurposestudio/ivy

Setup

🚨 The below is for a Laravel codebase, but we can support any framework.

Create a .ivyconfig.json file in your project root with the following content:

{
  "token": "<your token>",
  "source_locale": "en_US",
  "resource_files": [
    {
      "file_type": "laravel_php",
      "patterns": [
        "./lang/<locale>/*.php"
      ]
    },
    {
      "file_type": "laravel_json",
      "patterns": [
        "./lang/<locale>.json"
      ]
    }
  ]
}

Note that ivy supports any number of resource file locations and types.

Usage

In your project root you can now run ivy:

npx ivy --help

Documentation

We've baked our entire documentation into ivy --help itself. This makes it very easy for LLM's to move as quickly as you do.

$ npx ivy --help
Ivy for Dev Teams
This is a CLI tool that dev teams and LLMs can use to simplify the process
of managing and translating content within their codebase.

Ivy is paid software available to clients of OnPurpose Studio. If you'd
like a token, please reach out:

✉️ [email protected]
🌎 https://onpurpose.studio

Usage: ivy [command] [options]

Commands:
 auth                These commands help manage your auth token and   
                     other logistics relevant to your account with    
                     OnPurpose Studio                                 
                                                                      
 key                 These commands provide insight to translation    
                     keys across all the locales in your codebase.    
                                                                      
 resource            These commands provide insight to Resource       
                     Files, which often contain translations for one  
                     locale across many keys (but not always)         
                                                                      
 translate           These commands help with the process of          
                     translating content within this codebase.        
                                                                      

Options:
 --root              Root directory for the codebase. In the case of  
                     a monorepo this might be an individual package   
                     depending on your workflow                       
                                                                      
 --config            Path to the config file to use. Ivy will         
                     automatically search for .ivyconfig.json in the  
                     root directory if this is not passed explicitly  
                                                                      
 --config-json       You can pass the entire config contents as       
                     inline JSON. This is especially useful for LLM   
                     agents. This will override any .ivyconfig.json   
                     file                                             
                                                                      
 -h, --help          Print help                                       
                                                                      

By OnPurpose Studio
Ivy is created by OnPurpose Studio, a tech-first translation and
localization studio. We help dev teams code like a linguist.

Have a question? Hit us up 👉 https://onpurpose.studio/contact

FAQ

What does it do?

Ivy works with any library, framework, and codebase. It helps manage the annoying process of dealing with translatable keys within a codebase. Use it to audit, clean, or translate translatable keys.

Who is this for?

Ivy is for companies that have 5-10 developers working on one or more localized codebases.

Where's the code?

This software is closed source, but we're happy to make it available to any company that would like to review it.

Who makes it?

OnPurpose Studio is a tech-first localization studio. We help companies improve their localization tech stack, audit TMS vendors, and generally improve the I18N processes within their company and codebase.

Interested to connect? We'd love to chat! https://onpurpose.studio/contact