Open dimitrilw opened 1 year ago
I believe I am done with this issue. Here is an updated example of just init
where I switched my node version (nvm use stable
) just to trigger the WARNING output:
And here I've switched the version back & receive no final output from just init
:
The just init
command checks for:
npm install
If any of those checks fail, then it will output the WARNING message with the task list.
Waiting to make PR until I noodle through other improvements.
...and until PR #22 is approved, so there isn't "stacked PR merge conflicts" issues.
just init
Right now, this just-recipe does not really init the repo. I'd like to work on making this into a more complete init, but maintaining OS-independence is more than I really seek. Odds are high I'll just do some sanity checks & output as user task list, something like:
just lint-js
I should replace the eslint script (just taken from
package.json
) with running prettier, per the readme's guidance.