Giter VIP home page Giter VIP logo

generator-cpp-csc's Introduction

generator-cpp-csc NPM version Build Status Dependency Status Coverage percentage

Scaffolds a project based on specifications in FRCC's CSC160 course

Installation

First, install Yeoman and generator-cpp-csc using yarn (we assume you have pre-installed node.js).

This generator also depends on GNU's version of sed to be able to replace the placeholders in the Makefile and the docs. If sed is not on your path, you will need to add it. As of now, there is no way to point to another location for sed as we use this.spawnCommand to replace the placeholders.

yarn global add yo
yarn global add generator-cpp-csc

Then generate your new project MODULE_NUMBER is the module you are in. CHAPTER_NUMBER is the chapter you are in. Both are required.

mkdir <my-project>
cd <my-project>
yo cpp-csc <MODULE_NUMBER> <CHAPTER_NUMBER>

Feel free to learn more about Yeoman.

License

MIT © Ashton Hellwig

generator-cpp-csc's People

Contributors

ashellwig avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.