distru

This is a native n8n node package for a cannabis erp software called Distru

Package Information

Released: 4/26/2025
Downloads: 204 weekly / 1,380 monthly
Latest Version: 0.1.14
Author: sebbytea

Documentation

Banner image

n8n-nodes-distru

This repository contains n8n community nodes to integrate with Distru, a full-stack inventory, warehouse, and order management platform. These nodes allow you to automate workflows interacting with the Distru API directly inside n8n.

To share your own nodes with the community, you must package them as an npm module, and publish it on the npm registry.


Prerequisites

Make sure your development machine has the following installed:


Using this package

Here is how to quickly get started working with the Distru integration nodes:

  1. Clone this repository:

    git clone https://github.com/Sebbytea/distru-n8n.git
    cd distru-n8n
    
  2. Install dependencies:

    pnpm install
    
  3. Open the project in your preferred editor.

  4. Explore the source code in /nodes and /credentials. These contain the Distru nodes and API credential setup.

  5. Update package.json for any personal project metadata if you fork or create your own package.

  6. Use lint commands to keep code quality:

    pnpm lint
    pnpm lintfix
    
  7. Build the package before running or publishing:

    pnpm build
    
  8. Test your nodes locally inside n8n. Refer to Run Your Node Locally for detailed instructions.

  9. When ready, publish your node package to npm following the npm guidelines: Publishing npm Packages.


Documentation


License

MIT


Let me know if you want help customizing for your particular repo setup or adding usage examples!

Discussion