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
- Host: GitHub
- URL: https://github.com/cactoes/cmake-template
- Owner: cactoes
- Created: 2024-06-29T22:23:29.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T12:02:52.000Z (almost 2 years ago)
- Last Synced: 2025-10-09T01:06:36.627Z (9 months ago)
- Topics: cli, cmake, linux, tool, toolkit, typescript, windows
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```