Playground
Want to try Nadle without installing anything? You can experiment with Nadle directly in your browser using our StackBlitz integration.
What's in the Playground?
The demo project includes:
- A basic TypeScript project setup
- Pre-configured
nadle.config.ts
- Example tasks for common scenarios
- Interactive terminal to run commands
Example Tasks to Try
Once the demo loads, try these commands in the terminal:
# List all available tasks
nadle --list
# Show the current resolved configuration
nadle --show-config
# Run the hello task
nadle hello
Feel free to modify the code and experiment with different configurations!