Skip to content

xmlxss/project_generator_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Generator CLI

This CLI tool quickly creates project scaffolds for frameworks like Symfony, Flask, Django, and Rust.

Features

  • Fast command checks: Uses the which crate to quickly check for required tools.
  • Non-interactive mode: Use the --no-prompt flag to run without any manual confirmations.
  • Fallbacks: Creates a basic directory structure if a required CLI tool is missing.

Installation

  1. Install Rust.
  2. Clone this repository:
    git clone https://github.com/xmlxss/project_generator_cli.git
  3. Build the project in release mode:
    cargo build --release
    

Usage

  • Symfony
    project_generator_cli symfony my_project
  • Flask
    project_generator_cli flask my_project
  • Django
    project_generator_cli django my_project
  • Rust
    project_generator_cli rust my_project
    
  • To Run without interactive prompts use --no-promt arg
    project_generator_cli --no-prompt flask my_project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages