0.0.4 • Published 5 years ago

diekraft v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago
    __ __         __  __              ___ __
.--|  |__|.-----.|  |/  |.----.---.-.'  _|  |_
|  _  |  ||  -__||     < |   _|  _  |   _|   _|
|_____|__||_____||__|\__||__| |___._|__| |____|

Installation

npm install -g diekraft

Commands

dk init
dk template
dk command

Instructions

CLI initialization

dk init or just dk will automatically scaffold a project structure with useful libraries for the development of Command Line Interfaces.

dk template or dk t will generate template javascript iles for use in your generated cli project.

dk command or dk c will generate template for the command script and keyword

CLI use

npm install && npm link will allow you to locally run and test your cli project.