An open API service indexing awesome lists of open source software.

https://github.com/cactoes/cmake-template

A cli for generating cmake projects
https://github.com/cactoes/cmake-template

cli cmake linux tool toolkit typescript windows

Last synced: about 2 months ago
JSON representation

A cli for generating cmake projects

Awesome Lists containing this project

README

          

# cmake-template
A cli for generating cmake projects

## Installing
### Using npm
```bash
$ npm link
```

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

## Building
```bash
# 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
```bash
$ cmake-template project-name
```