2.0.3 • Published 8 months ago
@alfadesmeta/nocodecart-cli v2.0.3
NoCodeCart CLI
NoCodeCart CLI is a powerful command-line tool designed to streamline the integration of premium templates and components from the NoCodeCart marketplace into your FlutterFlow projects. It automates manual code modifications, saving you time and effort in the implementation process.
Features
- One-Command Integration: Implement complex features with a single command
- License Management: Easy license activation and management
- Automated Code Updates: Automatically handles required code modifications
- Multiple Component Support: Supports various NoCodeCart marketplace components
- Cross-Platform: Works on Windows, macOS, and Linux
Installation
Install NoCodeCart CLI globally using npm:
npm install -g @alfadesmeta/nocodecart-cliUsage
List Available Components
View all available components and their purchase options:
nocodecart listInstall a Component
Install a component using your license key:
nocodecart install -k YOUR_LICENSE_KEY -c COMPONENT_NAMEExample:
nocodecart install -k your-license-key -c music-backgroundDeactivate License
Deactivate your license to use it on another machine:
nocodecart deactivateComponents
Currently supported components:
Background Music Player
- Adds background music capability to your FlutterFlow app
- Supports playlist management
- Includes background playback
- Cross-platform support (iOS & Android)
Prerequisites
- Node.js 14.0 or later
- npm 6.0 or later
- A FlutterFlow project
- Valid license key from NoCodeCart marketplace
Getting a License
- Visit NoCodeCart Marketplace
- Choose a component or template
- Purchase either:
- Complete template (includes license key)
- License key only (if you already have the template)
Support
- Documentation: docs.nocodecart.com
- Support: support.nocodecart.com
- License Management: nocodecart.com/dashboard
Why NoCodeCart CLI?
Time-Saving
- Eliminates manual code modifications
- Reduces implementation time from hours to minutes
- Minimizes potential for errors
Easy Integration
- Automated code updates
- Handles complex configurations
- Manages platform-specific requirements
License Management
- Easy activation process
- Flexible license transfer
- Clear activation status
Common Use Cases
Template Integration
# List available components nocodecart list # Install desired component nocodecart install -k LICENSE_KEY -c component-nameLicense Transfer
# Deactivate on current machine nocodecart deactivate # Activate on new machine nocodecart install -k LICENSE_KEY -c component-name
Troubleshooting
If you encounter issues:
- Check your license key status in the dashboard
- Ensure you're using the correct component name
- Verify your FlutterFlow project structure
- Contact support if issues persist
Note: This CLI tool is officially maintained by NoCodeCart(A product of Alfadesmeta). For the latest updates and features, visit nocodecart.com.