Skip to content

Instantly share code, notes, and snippets.

@alieslamifard
Created March 5, 2019 14:25
Show Gist options
  • Save alieslamifard/7adf57e49097ab08ba1caca90982f5fa to your computer and use it in GitHub Desktop.
Save alieslamifard/7adf57e49097ab08ba1caca90982f5fa to your computer and use it in GitHub Desktop.
yeoman generator
'use strict';
const Generator = require('yeoman-generator');
const chalk = require('chalk');
const yosay = require('yosay');
module.exports = class extends Generator {...}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment