fp/packages
CJ_Clippy 5af878c3a3
ci / build (push) Failing after 1s Details
refactor for simpler controlflow
2024-09-25 18:01:25 -08:00
..
fetchers refactor for simpler controlflow 2024-09-25 18:01:25 -08:00
infra capture progress 2024-07-22 18:59:41 -08:00
storage move fetchers to their own package 2024-09-05 21:39:08 -08:00
types refactor for simpler controlflow 2024-09-25 18:01:25 -08:00
utils refactor for simpler controlflow 2024-09-25 18:01:25 -08:00
README.md differentiate services vs packages 2024-07-27 16:42:09 -08:00

README.md

Futureporn node packages

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.

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