Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 556 Bytes

run.md

File metadata and controls

47 lines (35 loc) · 556 Bytes

🍀 Node

Запуск

В консоли

➜  knowledge_base git:(master) ✗ node
Welcome to Node.js v21.7.3.
Type ".help" for more information.
> 1 + 1
2
>

Файла

test.js

console.log(1+1)
~ node test
2

или просто

~ node test
2

Node modules

После установки

npm install --save markdown-toc

можете вызывать так, например

node_modules/.bin/markdown-toc
node_modules/.bin/markdown-toc -i subscription.md