Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Sudan20215/burger_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eat-da-burger Build Status Gitter OpenCollective

creates a base template to start a new resturant.

It is also easily composed into your own generators so you can only target your efforts at your burger specific features.

Install

$ npm install 
$ npm start

Usage

Publishing your code

Extend this generator

First of all, make sure you're comfortable with Yeoman composability feature. Then in your own generator:

var Generator = require('yeoman-generator');

module.exports = class extends Generator({
  default() {
    this.composeWith(require.resolve('generator-node/generators/app'), {
      /* provide the options you want */
    });
  }
});

Options

Here's a list of our supported options:

Sub generators

Backers

!
[Become a backer]

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published