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.
Package: @topfreegames/n8n-nodes-appstore
Comprehensive integration with Apple App Store Connect API for managing apps, users, certificates, devices, and provisioning profiles.
Installation:
npm install @topfreegames/n8n-nodes-appstoreThis is a monorepo using npm workspaces. Each package can be developed and published independently.
- Clone the repository:
git clone https://github.com/topfreegames/n8n-custom-nodes.git
cd n8n-custom-nodes- Install dependencies:
npm install- Build all packages:
npm run build- Lint all packages:
npm run lintTo 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- Create a new package directory under
packages/ - Follow the n8n community node development guide
- Ensure your package.json follows the naming convention:
@topfreegames/n8n-nodes-{service}
We welcome contributions! Please read our contributing guidelines and ensure all tests pass before submitting a pull request.
MIT License - see LICENSE file for details.
For issues and questions: