less {filename}
Navigation | |
---|---|
SPACE |
forward one window |
b |
backward one window |
d |
forward half window |
While the following structure is not an absolute requirement or enforced by the tools, it is a recommendation based on what the JavaScript and in particular Node community at large have been following by convention.
Beyond a suggested structure, no tooling recommendations, or sub-module structure is outlined here.
lib/
is intended for code that can run as-issrc/
is intended for code that needs to be manipulated before it can be usede.g: tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
root@lab-182:~# lsblk | |
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS | |
loop0 7:0 0 79.9M 1 loop /snap/lxd/22923 | |
loop1 7:1 0 61.9M 1 loop /snap/core20/1405 | |
loop2 7:2 0 44.7M 1 loop /snap/snapd/15534 | |
sda 8:0 0 30G 0 disk | |
├─sda1 8:1 0 1M 0 part | |
├─sda2 8:2 0 1.8G 0 part /boot | |
└─sda3 8:3 0 14.2G 0 part | |
└─ubuntu--vg-ubuntu--lv 253:0 0 14.2G 0 lvm / |