Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Initializer (CURRENTLY ONLY WORKS FOR UNIX/LINUX Platforms)

Project Initializer is a command-line utility written in Python that helps you create basic boilerplate for frameworks that don't have CLI support. It simplifies the process of setting up a new project by generating the necessary files and directory structure for your chosen language and framework.

Installation

  1. Clone the repository:

     git clone https://github.com/your-username/project-initializer.git
  2. Create virtual environment

    python3 -m venv venv
  3. Activate the virtual environment Linux:

    source venv/bin/activate

    Windows

    venv\Scripts\activate
  4. Install dependencies

    pip install -r requirements.txt

Usage

To use Project Initializer, run the project-init command with the following arguments:

  1. --language: Specify the programming language you want to use (e.g., Python, JavaScript).

  2. --framework: Specify the framework you want to set up (e.g., Flask, Express).

  3. --path: Specify the path where you want to create the project files.

  4. Here's an example of how to create a new project using Project Initializer:

    python initializer --language js --framework express --path /path/to/project

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages