New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

generator-cpp-suite

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-cpp-suite

A yeoman generator for C++ applications

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

generator-cpp-suite

A generator for Yeoman.

Purpose

I use it to set up new C++ project with CMake configured. It automatically sets up a git repository in the current directory.

Supports

It currently supports the following tools:

  • CMake
  • Pkg-config
  • Doxygen for documentation
  • GTest for unit testing (and testing)
  • Lcov and Gcov for code coverage and coverage report

Note: for code coverage it will automatically download as a submodule a repository of CMake modules.

Usage

To create a new project in an empty directory run:

yo cpp-suite

Additional commands

New class and test

An additional command can be used to automatically create a new C++ class with test using:

yo cpp-suite:addclass

TODO

  • Memory Leaks detection during unit testing
  • Automatic C++ Style checks (with CppChecks)

Keywords

yeoman-generator

FAQs

Package last updated on 26 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts