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

Feature/better-readme #3

Merged
merged 2 commits into from
Dec 14, 2023
Merged

Commits on Dec 14, 2023

  1. 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
    ad253d0 View commit details
    Browse the repository at this point in the history
  2. 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
    14ed417 View commit details
    Browse the repository at this point in the history