plzplz 0.0.13

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
[[snippets]]
name = "vite"
description = "Run vite dev server"
content = """
[tasks.dev]
env = "pnpm"
run = "vite"
"""

[[snippets]]
name = "vitest"
description = "Run tests with vitest"
content = """
[tasks.test]
env = "pnpm"
run = "vitest run"
"""