CLI tools for Decentraland scene development.
npm install @dcl/sdk-commandsCLI tools for Decentraland scene development.
This package provides command-line tools for creating, developing, and deploying Decentraland scenes. It includes commands for:
- Initializing new scene projects
- Starting a local development server
- Building scenes
- Testing and validating scenes
- Managing scene deployments
``bash`
npm install @dcl/sdk-commands
The SDK commands are used via npx to run the version installed in your project:
`bash`
npx @dcl/sdk-commands init
`bash`
npx @dcl/sdk-commands start
`bash`
npx @dcl/sdk-commands build
`bash`
npx @dcl/sdk-commands deploy
`bash`
npx @dcl/sdk-commands export-static
`bash`
npx @dcl/sdk-commands pack-smart-wearable
`bash`
npx @dcl/sdk-commands quests
`bash`Build all packages in the monorepo
make build
`bashRun all tests in the monorepo
make test
$3
For local development:
`bash
Clean all build artifacts and reinstall dependencies
make clean && make installFormat and fix linting issues
make lint-fixUpdate dependencies across packages
make sync-deps
``For detailed documentation on using the CLI tools, visit: