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

storyblok

v4.14.3

Published

Storyblok CLI

Readme

Storyblok ImagoType

Features

  • 🛡️ Type Safety - Generate TypeScript type definitions for your Storyblok components, ensuring type safety in your frontend applications
  • 🔐 Authentication - Secure login system with support for different regions and CI environments
  • 🧩 Component Management - Pull and push component schemas, groups, presets, and internal tags between spaces
  • 🔄 Migration System - Generate and run migrations to transform or update field values across your Storyblok content
  • 🌐 Language Management - Pull and manage languages for your Storyblok space
  • 📁 File Organization - Organized file structure with the .storyblok directory as default
  • 🛠️ Customizable Paths - Flexible path configuration for all generated files
  • 📝 Naming Conventions - Consistent file naming with customizable suffixes and prefixes
  • 📂 Separate Files Support - Option to work with individual component files or consolidated files
  • 👀 Dry Run Mode - Preview migrations changes before applying them to your Storyblok space
  • 🔍 Filtering Capabilities - Filter components and stories using glob patterns and Storyblok query syntax
  • 📊 Verbose Logging - Improved error handling and detailed logging options for debugging and monitoring

Pre-requisites

Documentation

[!WARNING] Official documentation for this package v4 is still in development. In the meantime, please refer to the internal documentation for the v4 beta.

Setup

This package relies on pnpm to manage dependencies. For instructions on how to install pnpm, please visit pnpm.io.

pnpm install

Build

pnpm build

Testing

To run the tests you can use the following command:

pnpm run test

If you prefer a more visual experience while writing tests you can use this command powered by vitest/ui:

pnpm run test:ui

You can also check the coverage with:

pnpm run coverage

Debugging

To debug the CLI you can use the launch.json configuration in the .vscode folder. You can run any command with the debugger attached.

A screenshot of the Visual Studio Code debugger

Then you can set breakpoints directly to the typescript files and the debugger will handle the rest with sourcempaps.

A screenshot of a breakpoint set in the Visual Studio Code debugger

Community

For help, discussion about best practices, or any other conversation that would benefit from being searchable:

For community support, chatting with other users, please visit:

Support

For bugs or feature requests, please submit an issue.

[!IMPORTANT] Please search existing issues before submitting a new one. Issues without a minimal reproducible example will be closed. Why reproductions are Required.

I can't share my company project code

We understand that you might not be able to share your company's project code. Please provide a minimal reproducible example that demonstrates the issue by using tools like Stackblitz or a link to a Github Repo lease make sure you include a README file with the instructions to build and run the project, important not to include any access token, password or personal information of any kind.

I only have a question

If you have a question, please ask in the Discuss Storyblok on Discord channel.

Contributing

If you're interested in contributing to Storyblok CLI, please read our contributing docs before submitting a pull request.

License

License