mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
ff5163af05
Closes #22287 Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com> Co-authored-by: David Sherret <dsherret@gmail.com>
14 lines
221 B
Text
14 lines
221 B
Text
✅ 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
|