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
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.
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
pkgbundling so that it is not bundling useless markdown files (combine with esbuild?) #23Tasks
pkgand ensure it runs properly.