Skip to content

topfreegames/n8n-custom-nodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

n8n Custom Nodes

This repository contains custom n8n community nodes. Each node is published as a separate npm package and can be installed independently.

n8n is a fair-code licensed workflow automation platform.

Available Nodes

📱 App Store Connect

Package: @topfreegames/n8n-nodes-appstore

Comprehensive integration with Apple App Store Connect API for managing apps, users, certificates, devices, and provisioning profiles.

📖 Documentation | 📦 npm

Installation:

npm install @topfreegames/n8n-nodes-appstore

Development

This is a monorepo using npm workspaces. Each package can be developed and published independently.

Getting Started

  1. Clone the repository:
git clone https://github.com/topfreegames/n8n-custom-nodes.git
cd n8n-custom-nodes
  1. Install dependencies:
npm install
  1. Build all packages:
npm run build
  1. Lint all packages:
npm run lint

Working with Individual Packages

To work on a specific package:

cd packages/n8n-nodes-appstore
npm run dev        # Watch mode for development
npm run build      # Build the package
npm run lint       # Lint the package
npm publish        # Publish to npm

Adding New Nodes

  1. Create a new package directory under packages/
  2. Follow the n8n community node development guide
  3. Ensure your package.json follows the naming convention: @topfreegames/n8n-nodes-{service}

Contributing

We welcome contributions! Please read our contributing guidelines and ensure all tests pass before submitting a pull request.

License

MIT License - see LICENSE file for details.

Support

For issues and questions:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors