Git Product home page Git Product logo

initwizard's Introduction

InitWizard

screenshot

This Bash script allows you to easily initialize a new project with various options such as project name, programming language, and whether to create a Git repository.

Usage

  1. Make sure the script file (initWizard.sh) is executable. If not, you can make it executable using the following command:

    chmod +x initWizard.sh
  2. Run the script by executing the following command:

    sudo ./initWizard.sh
  3. Follow the prompts to provide the necessary information:

    • Project Name: Enter the desired name for your project.
    • Replace Existing Project: If a project folder with the same name already exists, choose whether to replace it or create a new one with a different name.
    • Select a Language: Choose the programming language for your project from the available options.
    • Create Git Repository: Decide whether to create a Git repository for your project.
  4. After providing all the required information, the script will initialize your project accordingly.

Options

  • -l: Enable logging. This option enables logging of information during project initialization.

  • -h (help): Display detailed program documentation.

  • -f (fork): Enable execution by creating subprocesses with fork. (working on it)

  • -t (thread): Enable execution by threads. (working on it)

  • -s (subshell): Execute the program in a subshell.

Notes

  • Make sure to run this script with root privileges as it requires certain permissions to create directories and log files.

initwizard's People

Stargazers

HEIZENBERG avatar Abderrahim ELMOUTAOUAKIL avatar Mariam FAHIM avatar Kadiri avatar

Watchers

IDALI OUALI Imad avatar

initwizard's Issues

Menu Clearing Issue

There is an issue with clearing the menu options after each selection. After selecting an option, the subsequent menu still displays the previous options, leading to visual clutter and confusion for the user.

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.