Skip to content

cactoes/cmake-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmake-template

A cli for generating cmake projects

Installing

Using npm

$ npm link

Manual

Add a runner to the path or create a symlink & manually install the MAN file if needed

Building

# first install all packages
$ npm install

# then just build
$ npm run build

Usage

Run the cli in a folder where you want to add a CMake project to

$ cmake-template project-name