Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

autioch/generator-qb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qb Generator

Yeoman generator. Actually few generators that I reuse in everyday coding.

Installation

npm i -g yo generator-qb

Usage

Navigate to the directory in which You wish to setup a package, then run any of the following commands.

App

This is the default, required generator. It creates an empty package.

yo qb

Module

Standard module for any environment.

yo qb:module

React

React + Antd + Webpack 3 web app.

yo qb:react

Server

Most basic express server.

yo qb:server

WebApp

Most common webpack 4 config.

yo qb:webapp