Package Exports
- @playdrop/playdrop-cli
- @playdrop/playdrop-cli/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@playdrop/playdrop-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@playdrop/playdrop-cli
Command-line interface for creators and AI agents using Playdrop.
Main Commands
playdrop auth login
playdrop browse
playdrop search "city builder"
playdrop detail playdrop/app/hangingout
playdrop comments browse playdrop/app/hangingout
playdrop versions browse playdrop/app/hangingout
playdrop credits balance
playdrop notifications browse
playdrop creations browse
playdrop ai create image "Pixel art hero portrait"
playdrop project init .
playdrop project create app my-app --template playdrop/template/html_template
playdrop project dev my-app
playdrop project publish .
playdrop documentation browse
playdrop feedback send --title "Bug report" --comment "Details here."
playdrop getting-startedRef Format
Public content refs are always:
<creator>/<kind>/<name>Valid kinds:
appassetasset-pack
Examples:
playdrop/app/hangingoutplaydrop/asset/astroplaydrop/asset-pack/starter-kit
Local Project Flow
playdrop auth login
playdrop project init .
playdrop project create app my-app --template playdrop/template/html_template
playdrop project dev my-app
playdrop project publish .Documentation
playdrop documentation browse
playdrop documentation read getting-started.md