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

n8n-nodes-nemix

v0.2.1

Published

Nemix ERP integration for n8n. Action mode (all resources + all operations as prefab forms) + Custom API Call (truly free request builder). 27 webhook triggers, bulk sync helpers.

Downloads

528

Readme

n8n-nodes-nemix

Native n8n integration for Nemix ERP — the AI-native cloud ERP for German SMBs.

What's inside

  • Nemix ERP node — Hybrid Universal + Named operations:
    • Quick Action mode: polished UX for Customer, Order, Invoice, … (top resources)
    • Custom API Call mode: generic Resource × Operation caller covering all 650+ Nemix endpoints (and future ones)
  • Nemix ERP Trigger node — listens for any of 27 webhook events, with HMAC-SHA256 signature verification (timing-safe).
  • Multi-field credential supporting Nemix API key + tenant slug + base URL + inbound webhook secret + arbitrary additional secrets for mixed workflows.

See the architecture overview in docs/architecture.md and the platform-specific notes in docs/platforms/n8n.md.

Local development & testing

This package is part of the nemix-integrations monorepo. From the repo root:

pnpm install
pnpm build
pnpm test

To try the node in your local n8n instance without publishing to npm:

mkdir -p ~/.n8n/custom && cd ~/.n8n/custom
npm init -y
npm install --save /path/to/nemix-integrations/packages/n8n-nodes-nemix
n8n start

Then open http://localhost:5678, add the Nemix ERP node to a workflow, and configure a credential with your nemix_test_* API key.

Publishing (handled by colleague after handover)

This node is not yet published. The publishing workflow is provided as a template at .github/workflows/publish-n8n.yml.template. When ready:

  1. Rename .template away → workflow becomes active
  2. Configure npm Trusted Publishing for id-token: write
  3. Tag a release: git tag v0.1.0 && git push --tags

See HANDOVER.md §6.1 for the full publishing checklist.

License

MIT — see LICENSE.