Skip to content

Quantum is a Python script for windows to generate, build and manage C++ Projects

License

Notifications You must be signed in to change notification settings

Elemeants/Quantum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum

Quantum is a Python script for windows to generate, build and manage C++ Projects

Prerequisites

Installing

For install the script you can run the install.bat inside the Installer folder

run install.bat as admin

or manual instalation:

Save the folder and add to your system PATH the folder, after you need to install python and also install a g++ compiler and add to the PATH the bin folder

Deployment

Generate a new project

Quantum new <project name>

Deletes the folder of the project

Quantum clean <project folder>

Compiling a c++ project

cd <Project folder>
Quantum build

Run the exe of the project

cd <Project folder>
Quantum run

Add a library or a class to the project

cd <Project folder>
Quantum add class <class name>

or 

Quantum add library <library name>

Built With

  • Python - Language used in the script

Authors

License

This project is licensed under the GLP-3.0 License - see the LICENSE.md file for details

About

Quantum is a Python script for windows to generate, build and manage C++ Projects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published