fp/packages/README.md

11 lines
563 B
Markdown
Raw Normal View History

2024-07-04 21:20:29 +00:00
# Futureporn node packages
2024-07-06 08:49:51 +00:00
Each folder here is an individual node package, each of which can reference each other. One reason we do this is to share utility functions between packages.
2024-07-04 21:20:29 +00:00
2024-07-28 00:42:09 +00:00
See https://pnpm.io/workspaces
These are Typescript internal packages, which means they export typescript, not javascript. The TS-to-JS build step occurs in the package which is doing the import.
Also see ../services/* which are also pnpm packages, with the diffentiation that those are full-fledged programs meant for running
Also see ../pnpm-workspace.yaml for more notes