Detailed description in individual README.md files in
src/TASK/README.md
src/02-words-short-bread
Transform same length words from one to the other one letter at a time using only provided words as intermediate steps.
yarn install
To run most examples from top level folder:
node lib/XX*/index.js ARGS
E.g. for 02-words-short-bread:
node lib/02*/index.js WORD1 WORD2
Build (all) & run (specific):
yarn run br lib/XX*/index.js ARGS