0.2.2 • Published 5 years ago

@kurio/boilerplater v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Boilerplater

Boilerplater is a simple tool to generate boilerplate codes for various kind of applications

Installation

npm i -g @kurio/boilerplater

Usage

Available boilerplates are:

Node.js Web Server

boilerplater node-server <dir>

This will generate codes for a web server into dir destination using this template: https://github.com/kurio/boilerplate-server-nodejs.

Packages used:

Node.js CLI App

boilerplater node-cli <dir>

This will generate codes for a CLI application into dir destination using this template: https://github.com/kurio/boilerplate-cli-nodejs.

Packages used: