Skip to content

s0cks/generator-cc

Repository files navigation

generator-cc

Yeoman generator for creating a modern C++ project using cmake, vcpkg, glog, gflags & more. Allowing you to quickly set up a project following best practices

Usage

cd my/project/dir/
# run the generator using Yeoman:
yo @s0cks/cc

Build & Install

Prerequisites

Install Generator Locally (Optional)

# clone the repository
git clone https://github.com:s0cks/generator-cc
# install dependencies
npm i
# register the generator to Yeoman:
npm link
# check if it worked:
npm run example

Generated Project

See example/

Changelog

See CHANGELOG.md

License

See LICENSE

Contributing

See CONTRIBUTING.md.

About

Yeoman generator for creating modern C++ projects

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors