lib-modules Public
Packages
This directory is reserved for package repositories added as Git submodules.
Each subdirectory here should be a standalone library repo, for example:
packages/fgof-process
packages/fgof-fs
packages/fgof-pty
packages/fgof-lineedit
packages/fgof-watch
packages/fgof-termios
packages/fgof-keys
packages/fgof-expect
packages/fgof-proc-test
packages/fgof-temp
packages/fgof-cache
packages/fgof-state
packages/fgof-clipboard
packages/fgof-screen
packages/fgof-jobs
Current submodules:
fgof-processfgof-fsfgof-ptyfgof-lineeditfgof-watchfgof-termiosfgof-keysfgof-expectfgof-proc-testfgof-tempfgof-cachefgof-statefgof-clipboardfgof-screenfgof-jobs
Rules:
- do not create root-owned package source trees directly in this directory
- create each package as its own repo first
- then add it here as a submodule
That keeps each package independently discoverable and releasable.
View source
| 1 | # Packages |
| 2 | |
| 3 | This directory is reserved for package repositories added as Git submodules. |
| 4 | |
| 5 | Each subdirectory here should be a standalone library repo, for example: |
| 6 | |
| 7 | ```text |
| 8 | packages/fgof-process |
| 9 | packages/fgof-fs |
| 10 | packages/fgof-pty |
| 11 | packages/fgof-lineedit |
| 12 | packages/fgof-watch |
| 13 | packages/fgof-termios |
| 14 | packages/fgof-keys |
| 15 | packages/fgof-expect |
| 16 | packages/fgof-proc-test |
| 17 | packages/fgof-temp |
| 18 | packages/fgof-cache |
| 19 | packages/fgof-state |
| 20 | packages/fgof-clipboard |
| 21 | packages/fgof-screen |
| 22 | packages/fgof-jobs |
| 23 | ``` |
| 24 | |
| 25 | Current submodules: |
| 26 | |
| 27 | - `fgof-process` |
| 28 | - `fgof-fs` |
| 29 | - `fgof-pty` |
| 30 | - `fgof-lineedit` |
| 31 | - `fgof-watch` |
| 32 | - `fgof-termios` |
| 33 | - `fgof-keys` |
| 34 | - `fgof-expect` |
| 35 | - `fgof-proc-test` |
| 36 | - `fgof-temp` |
| 37 | - `fgof-cache` |
| 38 | - `fgof-state` |
| 39 | - `fgof-clipboard` |
| 40 | - `fgof-screen` |
| 41 | - `fgof-jobs` |
| 42 | |
| 43 | Rules: |
| 44 | |
| 45 | - do not create root-owned package source trees directly in this directory |
| 46 | - create each package as its own repo first |
| 47 | - then add it here as a submodule |
| 48 | |
| 49 | That keeps each package independently discoverable and releasable. |