Skip to content

Commit 4249e0b

Browse files
save file
1 parent 2fad877 commit 4249e0b

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

utils/misc/nodejs-terminal/docs/nodejs-terminal-help.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,12 @@ You can install any pure-JavaScript package from the npm registry:
4242

4343
Use standard Unix commands to manage your workspace:
4444

45-
* ls : List all files in the current directory.
46-
* pwd : Show the current path.
47-
* mkdir <name> : Create a new directory.
48-
* rm <file> : Remove a specific file.
49-
* cat <file> : Display file contents in the terminal.
45+
* **ls** : List all files in the current directory.
46+
* **pwd** : Show the current path.
47+
* **mkdir** <name> : Create a new directory.
48+
* **rm** <file> : Remove a specific file.
49+
* **cat** <file> : Display file contents in the terminal.
50+
* *etc*
5051

5152
---
5253

@@ -76,7 +77,10 @@ In the ports sub-menu
7677
* **Full NPM Support**: Install and manage over 2 million packages.
7778
* **Isolated Environment**: Secure, sandboxed execution of JavaScript and TypeScript.
7879
* **Multi-Tab Interface**: Parallel processing for dev servers and CLI tools.
79-
*
80+
* **snippet-console** : ease of use editor to run snippets within the nodejs-terminal environment see [docs/snippet-console.md](snippet-console)
81+
82+
83+
8084

8185
8286

0 commit comments

Comments
 (0)