Skip to content

Lum1n0sity/project-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project-Setup

Project-Setup is a tool to generate a default project directory for c/c++ projects.

Features

  • Generates a complete project directory structure for C/C++.
  • Includes customizable template files.
  • Simple command-line interface for quick usage.

Prerequisites

  • CMake version 3.10 or higher
  • A C++ compiler (e.g., g++ or clang)

Installation

  1. Make the install.sh executable
chmod +x install.sh
  1. Run install.sh
./install.sh

Usage

To create a new project directory, run:

ps create

This command will prompt you for various project settings.

Contributing

If you would like to contribute to Project-Setup, please fork the repository and submit a pull request.

License

This project is licensed under the MIT License. MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published