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

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)

Awesome Lists containing this project

README

          

![cookicutter-logo](./cookiecutter.png)

[![Build Status](https://travis-ci.org/DerThorsten/xtensor-cpp-cookiecutter.svg?branch=master)](https://travis-ci.org/DerThorsten/xtensor-cpp-cookiecutter)
[![Build status](https://ci.appveyor.com/api/projects/status/hqaaw6wpwr86yv5v/branch/master?svg=true)](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