1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/specs/init/lib/init.out

15 lines
221 B
Text
Raw Normal View History

✅ Project initialized
Run these commands to get started
cd project
# Run the tests
deno test
# Run the tests and watch for file changes
deno task dev
# Publish to JSR (dry run)
deno publish --dry-run