Skip to content

Lanhild/growi-plugin-n8n

Repository files navigation

GROWI plugin n8n

This repository contains a GROWI plugin to preview n8n workflows.

Getting Started

  1. Clone this repository
  2. Create a new branch
git checkout -b MY_BRANCH_NAME
  1. Install the project dependencies
npm install
  1. Test your build
npm run build
  1. Commit your changes
  2. Open a pull request

Commits & Releases

Committing

Commits format is enforced using Commitizen and follows the AngularJS commit standard.

This allows for easier automated releases

Automated Releases

Releases and packages version changes are all automated using semantic-release.

Its configuration is available in the .releaserc.json file.

Make sure that the TOKEN action secret is configured and has access to this repository.

Usage

In the GROWI editor, add a code block with your n8n workflow code:

```n8n
{
  // Parameters defined in n8nView
  "frame": true,
  "nodes": [
    ...
  ]
}

alt text

About

// GROWI plugin to preview n8n workflows.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors