0.3.1 • Published 9 years ago

generator-yact v0.3.1

Weekly downloads
4
License
BSD
Repository
github
Last release
9 years ago

Yet Another Cpp Template Generator

Yeoman Generator that scaffolds out a cpp app using gulp and cmake for the build process

Changelog

  • 01/11/2016: add options to select Catch or googletest
  • 24/10/2016: Yact can include yaml-cpp, boost, gsl libraries to new project

Features

  • Automatically build and test with gulp watch
  • Automatically generate and link test app with googletest and googlemock framework.

Getting Started

  • Install dependencies: npm install --global yo gulp-cli
  • Install the generator: npm install --global generator-yact
  • Install dependent libraries for C++:
    • sudo apt-get install build-essential
    • sudo apt-get install cmake
    • sudo apt-get install openmpi-bin
    • sudo apt-get install libopenmpi-dev
    • sudo apt-get install libgsl-dev
    • sudo apt-get install libboost-all-dev

  • Run yo yact to scaffold your cpp app
  • Run gulp watch to preview and watch for changes
  • Run gulp cmake to make build directory
  • Run gulp build to build app
  • Run gulp test to run basic test

Docs

*** (TBD)

Options

*** (TBD)

License

BSD license

0.3.1

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago