Closed
Description
Specification
This is an epic that tracks the progress of getting the CLI fully working.
I'll add the relevant issues to this epic after reviewing them.
Additional context
- Commentary ci: merge staging to master #4 (comment)
- Related: Optimise
pkg
bundling so that it is not bundling useless markdown files (combine with esbuild?) #23 - Related: https://github.com/vercel/pkg-fetch/issues/285
Tasks
- Use a bundler to combine the source into a single js file.
- Check that all artefacts that we need are included and any spurious stuff is left out.
- Check that the single js file runs as expected using node.
- package the single js file with
pkg
and ensure it runs properly.