Command line interface app to enhance developer productivity, workflow, and knowledge capture & sharing.
Please see r3bl-ts-utils module which is the main dependency (via npm) for this project.
To run examples (which are single source file sample code), open a terminal in the project folder
and then run node -r tsm src/experimental/...
as shown below for some examples.
node -r tsm src/experimental/use-focus/example.tsx
node -r tsm src/experimental/dynamic-import/using-require.ts
Also npm run scripts are provided w/ a prefix of exp-
which you can use to run them as well.