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

Bug/fixed git urls #4

Merged
merged 5 commits into from
Dec 14, 2023
Merged

Bug/fixed git urls #4

merged 5 commits into from
Dec 14, 2023

Commits on Dec 14, 2023

  1. feature: Introduce node initialization script, aliases, and documenta…

    …tion
    
    - Added `node-init-wrapper.sh` file that prompts the user to select an organization and creates a new repository using `gh` CLI
    - Added `install.sh` script to download and set up aliases for package managers
    - Added MIT License file
    - Added `README.md` with detailed instructions and information about the project
    jasonnathan committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    520127f View commit details
    Browse the repository at this point in the history
  2. Update branch references in installation script and README

    - Update SCRIPT_URL variable in install.sh to use correct branch name
    - Update URL in curl command in README.md to use "master" branch instead of "main" branch
    jasonnathan committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    768915d View commit details
    Browse the repository at this point in the history
  3. docs: Improve project documentation and script execution condition

    - Update project name, description, features, and additional information in README.md
    - Add ideal users and enhancing project experience sections to README.md
    - Add section on setting npm defaults in README.md
    - Add keywords section in README.md
    - Modify condition to check if first argument is NOT 'init' in node-init-wrapper.sh
    - Remove else block and move its content inside new if block in node-init-wrapper.sh
    - Add empty lines before appending npm function and npm alias in install.sh
    jasonnathan committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    e2ffa41 View commit details
    Browse the repository at this point in the history
  4. docs: Revise and clarify project README file

    - Modify project setup script description for readability and clarity
    - Simplify and clarify explanations in the features section
    - Remove mention of GitHub account requirement in prerequisites section
    - Clarify that installation command should be run in terminal
    - Simplify instructions in the usage section
    - Remove repetitive language and clarify process in "How It Works" section
    - Remove repetitive language in "Transparency and Control" section
    - Remove repetitive language in "Setting Npm Defaults" section
    jasonnathan committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    92565ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61190de View commit details
    Browse the repository at this point in the history