Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework of some concepts #157

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open

Rework of some concepts #157

wants to merge 24 commits into from

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    e900dd4 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    b066c29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    962c325 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e71873f View commit details
    Browse the repository at this point in the history
  4. Did some rework and added some comments for better understanding in "…

    …parseArgs"
    
    Changed package to es6
    julianess committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    29c703e View commit details
    Browse the repository at this point in the history
  5. Fix typo

    julianess committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    00367d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4204c6f View commit details
    Browse the repository at this point in the history
  7. Removing additional "arguments" as it would break normal commands e.g…

    …. version, help, migrate, ...
    julianess committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    1d71db3 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    9e56893 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Refactored the arguments section to read options from process.env.npm…

    …_config_XYZ instead of processArgv (part 1); Removed some unused things; Renamed some typos
    julianess committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    cead31a View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Removed npm_lifecycle_event dependant execution of commands. Users sh…

    …ould use a name they like not necessarily "start"; Enforcing "LF" as line ending
    julianess committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    6a22b51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    780888d View commit details
    Browse the repository at this point in the history
  3. Changed some commands in README.md to differentiate between commands …

    …and options (e.g. --confirm); Replaced some hardcoded versions in win32 tests with $version placeholder;
    julianess committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    f774dfd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f760c8e View commit details
    Browse the repository at this point in the history
  5. Renamed some variables; Changed support for 2 commands at the same ti…

    …me (they need to be comma-separated as of now)
    julianess committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    1ae782e View commit details
    Browse the repository at this point in the history
  6. Fixed some test result outputs in win32; Fixed some test cases to ada…

    …pt to new concept for multiple commands (scripts) at the same time;
    julianess committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    665a28e View commit details
    Browse the repository at this point in the history
  7. Removed "optionals" in commands as they're mainly the argument given …

    …to the internal command/script
    julianess committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    bb4c9e6 View commit details
    Browse the repository at this point in the history
  8. Fixed another bug

    julianess committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    37ccef2 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    abe54ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9f98fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d3c798 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9968a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85fc298 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Added special treatment for empty options (sometimes preset by NPM); …

    …Renamed internal "dry" option to match native NPM implementation of dry_run
    julianess committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    8db29a6 View commit details
    Browse the repository at this point in the history