Install:
clone the repo and set up your environment
git clone https://github.com/davidlee/dunjen.git
cd dunjen
npm ci && npm run test
npm run dev &
chmod +x ./dist/cli.js
./dist/cli.js
This TypeScript project uses Ink, React for the CLI.
It is based on the starter kit.
The React Devtools may be useful.
It Works For Me™ using:
- zsh
- direnv
- asdf (nodejs: 20.4.0) +asdf-direnv
- brew (git, curl)
TODO:
- solve test issues: xojs/xo#718