xpr
v0.0.2
Published
experimental framework for learning purposes
Downloads
6
Readme
some notes
uses ESM, added tsc-alias to resolve aliases paths, otherwise it won't resolve on built dist. need to explicitly point to --resolve-full-paths
package json exports only what's on the index.ts file of src directory. bin needs to point to the cli/index.ts file for xpr command execution.
turbo ftw. dependencies are all set in workspace yaml file so each is referenced with catalog, this ensures consistency and avoid version conflicts. nice feat.
