workflow-license-manager
v1.0.0
Published
Mock implementation of License SDK - bypasses all license restrictions
Readme
Workflow License Manager
A lightweight license management solution for workflow automation platforms.
Installation
npm install workflow-license-managerUsage
const { LicenseManager } = require('workflow-license-manager');
const licenseManager = new LicenseManager();
// Check if a feature is enabled
const isEnabled = licenseManager.hasFeatureEnabled('feature-name');
console.log('Feature enabled:', isEnabled);Features
- Simple license validation
- Feature flag management
- Enterprise feature support
- Mock implementation for development
License
MIT
