0.0.4 • Published 7 years ago
diekraft v0.0.4
__ __ __ __ ___ __
.--| |__|.-----.| |/ |.----.---.-.' _| |_
| _ | || -__|| < | _| _ | _| _|
|_____|__||_____||__|\__||__| |___._|__| |____|Installation
npm install -g diekraftCommands
dk initdk templatedk commandInstructions
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.