-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Vishal Ahirwar edited this page Sep 10, 2023
·
1 revision
About:
learning C/C++ and tired of creating files and folder and running .cpp, compilling manually again n again try this it does a lot for you like creating full structured project which will have cmakefile, good clean folder structure ,.gitignore file, and some commands to invest your most of time in learning C++ not creating new project evry time you wanna to learn a new concept of c/c++ ;)
version : 1.00 Copyright(c) 2023 Vishal Ahirwar and it's contributors. All rights reserved.
[Usage]:
newton [command] projectname
[available commands]
-
create- create a new C/C++ project [newton create projectName]
-
compile- compile the project[cd into project directory [newton compile]]
-
run- run the compiled binary [make sure to compile the project before running this command[newton compile]]
-
help-show the help wizard
-
build - compile and run the project with this single command[cd into project dir containing cmakefile.txt [newton build]]
-
setup - this command will install a g++ compiler andd cmake to your system if not already installed