akileez / test-npinit

Documenting the process of re-working "npinit" and re-learning git.
ISC License
1 stars 0 forks source link

project name functionality needs adjusting #15

Open akileez opened 3 years ago

akileez commented 3 years ago

at present on the command line, the functionality of setting the project name defaults to the name of the task job running, i.e., tasks. tasks takes as the first parameter (process.argv), the running task. I am using this as the project name as if this code running on the command line.

If not using tasks, keep the same if using tasks, alter the naming mechanism.

tst1

and resultant:

tst1a

akileez commented 3 years ago

condition 1: Screen Shot 2021-05-05 at 4 39 12 PM result: Screen Shot 2021-05-05 at 4 39 48 PM

condition 2: Screen Shot 2021-05-05 at 4 40 37 PM result: Screen Shot 2021-05-05 at 4 40 23 PM

condition 3: Screen Shot 2021-05-05 at 4 40 54 PM result: Screen Shot 2021-05-05 at 4 41 07 PM

akileez commented 3 years ago

reminder: when running under /bin as a command line app, check argument signature