easy to use script to create c++ project
npm install linux-create-cxx-project

!Release
Create c++ project works on Linux.
If something doesn’t work, please file an issue.
If you have questions or need help, please ask
npx linux-create-cxx-project
cd
npm start
npm run exe
`Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
$3
you will need to install cmake, make, g++, you can install these tools from your package manager
* To check if all dependencies installed
`
--version
`enjoy coding :rocket:
$3
* Navigate to what dir you want
* run the script
Ex:
`
npx linux-create-cxx-project
`
$3
`
npm start
npm run exe
`
$3
`
npm release
npm run exe
`$3
* Move header files to include dir
* Move xxx.a file to libs dir$3
* Move header files to include dir
* Move xxx.so file to libs dir
$3
- npm run create-lib
* lib types
- st >> static
- dy >> shared
- To build the library run
`
npm run build-lib
`
- To build the library and link it run
`
npm run build-lib
`
Note: everytime you make change to the library you need to build it again
$3
`
build/
include/
src/
./build.sh
.
.
build/
include/
libs/
scripts/
release.sh
start.sh
create-lib.sh
build-lib.sh
src/
Main.cpp
.
.
``* Shell script - used to generate the project structure and sample code
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE.md file for details