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

feat: Add dangerous mode to avoid node version check #84

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

Commits on Apr 11, 2020

  1. feat: Add dangerous mode to avoid node version check

    - Add a new flag --dangerous / -d
    - If the flag is present, corona-cli avoids node js version check
    - Removed the minimal param for init function in index.js as it was not used
    - Added .vscode to gitignore
    - Added content for -d in help section.
    sampathBlam committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    d86a25f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    982383d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a08ea4 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2020

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