1
0
forked from andonome/lk
2022-01-26 23:35:07 +01:00

240 B

title tags
npm
Documentation
Distros

package.json is the basic configuration file.

Everything is per-directory.

npm install x

This'll install x in the current directory.

npm init

npm install express --save