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

@integromat/make-cli

v2.4.7

Published

Helps to create, develop, download and deploy apps of the Make no-code visual integration and automation platform.

Readme

Make Apps Editor for VS Code

The Visual Studio Code Extension for helping to develop and manage your applications on the make.com visual automation platform Faster and more comfortable than the web interface.

  • Online and offline source code editor with syntax highlighter and hints
  • Icon editor
  • Version control
  • Apps control (CRUD modules, RPCs, connections, ...)

July 2024: Introducing the Local Development for Apps

What is Local Development for Apps?

Local Development for Apps is a game-changing feature that bridges the gap between your local development environment and apps hosted on Make. It empowers developers to work efficiently, iterate faster, and have full control over changes, history, and deployment of applications—all without disrupting live apps running in production.

How Does It Work?

  1. Clone and Pull

    • Developers can effortlessly clone an entire app from Make to their local workspace within Visual Studio Code.

    • Files are pulled from Make, allowing developers to work on their local copies independently.

  2. Local Development Iterations

    • Once pulled, local files become “disconnected” from Make. Developers can make changes, and iterate without affecting the live app.

    • No more worries about accidentally breaking the production app while coding!

  3. Deployment to Testing App

    • Developers have the freedom to work at their own pace. Make necessary changes locally, deploy to testing app absolutely separated from production, and fine-tune without any pressure.

    • Whether it’s a minor tweak or a major overhaul, the Local Development for Apps has you covered.

  4. Deployment to production app:

    • When ready, developers can seamlessly deploy their changes back to Make. Choose to deploy the entire app or specific components individually. Flexibility at its best!
  5. Sync with Make

    • Worried about changes made directly in Make? No problem!

    • Use the “Compare with Make” feature by right-clicking on any local code file in VS Code.

    • The diff window displays a clear comparison between the remote code on Make and your local version.

Why Local Development for Apps?

  • Productivity Boost: Focus on coding without disrupting the live app.

  • Collaboration Made Easy: Work alongside teammates while keeping the change history tracked, thanks to GIT versioning.

  • Peace of Mind: Know exactly what’s in Make by comparing local and remote code. Unlock the power of Local Development for Apps today and elevate your development experience. Say goodbye to uncontrolled instant deployment to production and hello to safe innovation! 🚀

See more in Local Development for Apps documentation.

References

Read more how to create your custom Make app.