0.2.0 • Published 8 years ago
generator-courses-md v0.2.0
Courses MD generator
Yeoman generator to bootstrap a Courses MD repository.
Requirements
- Node.js 8+
Usage
Install Yeoman and the generator:
npm install -g yo generator-courses-mdCreate a new directory in which to write your courses. Go into it and run the generator:
mkdir courses
cd courses
yo courses-mdArguments
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|trueWhether to initialize a Git repository and create a first commit (defaults totrue).