plzplz 0.0.15

A simple cross-platform task runner with helpful defaults
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[template]
description = "Basic vite tasks"
env = "pnpm"

[extends]
env = "pnpm"

# Start development server
[tasks.dev]
run = "vite"

# Build for production
[tasks.build]
run = "vite build"

# Preview production build
[tasks.preview]
run = "vite preview"