0.3.3 • Published 7 years ago

generator-courses-md v0.3.3

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Courses MD generator

Yeoman generator to bootstrap a Courses MD repository.

npm version

Requirements

Usage

Install Yeoman and the generator:

npm install -g yo generator-courses-md

Create a new directory in which to write your courses. Go into it and run the generator:

mkdir courses
cd courses
yo courses-md

Arguments

Run the generator with an additional argument to customize your project's name:

yo courses-md "Awesome Courses"

If not specified, the project name defaults to the name of the current working directory.

Options

  • --git, -g false|true Whether to initialize a Git repository and create a first commit (defaults to true).