/cli-koa

Primary LanguageJavaScript

CLI-KOA

A simple CLI for scaffolding Koa2 projects.

Installation

Prerequisites: Node.js (>=6.11.5, 8.x preferred),npm and Git.

    npm install -g yarn
    yarn global add  webpack-scaffold-cli

Usage

jay-webpack init <project-name>

Example:

jay-webpack init webpack4

download node_modules

yarn