https://github.com/derthorsten/xtensor-cpp-cookiecutter
A cookiecutter for cpp 14 projects with automatic support and download of xtensor (and a few other cool things)
https://github.com/derthorsten/xtensor-cpp-cookiecutter
Last synced: 3 months ago
JSON representation
A cookiecutter for cpp 14 projects with automatic support and download of xtensor (and a few other cool things)
- Host: GitHub
- URL: https://github.com/derthorsten/xtensor-cpp-cookiecutter
- Owner: DerThorsten
- License: mit
- Created: 2017-07-31T21:37:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T14:23:02.000Z (almost 9 years ago)
- Last Synced: 2025-02-14T18:49:03.879Z (over 1 year ago)
- Language: CMake
- Size: 54.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://travis-ci.org/DerThorsten/xtensor-cpp-cookiecutter)
[](https://ci.appveyor.com/project/DerThorsten/xtensor-cpp-cookiecutter/branch/master)
#### A [cookiecutter](https://github.com/audreyr/cookiecutter) template for creating a C++ packages
## What is xtensor-cpp-cookiecutter?
THIS IS THIS WORK IN PROGRESS
`xtensor-cpp-cookiecutter` helps extension authors create a C++ package.
It takes care of the initial work of generating a project skeleton with
- Automatic download of cpp dependencies:
- xtensor
- doctest
- Dependencies users needs to handle manually:
- cmake
## Usage
TODO