bjoluc / jspsych-builder

A CLI utility to easily develop and package jsPsych experiments
MIT License
46 stars 12 forks source link

npx? #24

Closed kalaschnik closed 2 years ago

kalaschnik commented 2 years ago

I am first-time jsPsych user. Love the project!

Since you provided a bin entry in package.json, I could successfully set up my environment with: npx jspsych-builder init, which has generally a lot of benefits compared to npm -g .... Yet, as this is my first day reading about the setup, maybe I miss the reason to not do that?

Otherwise, I would actually promote that method also in your README.md.

bjoluc commented 2 years ago

maybe I miss the reason to not do that?

I don't think there is one, especially since jspsych-builder is included in the dependencies of the project that init creates. Only that the jspsych command and its CLI completion are not directly available then. Maybe the readme should offer both options. WDYT? Would you like to craft a PR?

kalaschnik commented 2 years ago

I can do that, and also briefly outline some advantages.

github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 4.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: