File tree Expand file tree Collapse file tree
utils/misc/nodejs-terminal/docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,11 +42,12 @@ You can install any pure-JavaScript package from the npm registry:
4242
4343Use 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
You can’t perform that action at this time.
0 commit comments