0.0.2-3 • Published 4 years ago

@fyrok1/k-cli v0.0.2-3

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

K-CLI

a console cli for k freamwork

Installation

npm i -g @fyrok1/k-cli

Features

  1. Create project
  2. Generate components

Documantation

Available K Version List

k versions

Create New Project

k new <projectName>

project name can not be null or path only name

select version with --version <versionName>

Example

k new hello-world

Generate Component

k generate <type> <path>
Component NameShort
routerr
controllerc
modalm

you can find component patterns in generate folder in github

Example

k generate controller site

with custom folder

k generate controller custom-folder/site
0.0.2-3

4 years ago

0.0.2-2

4 years ago

0.0.2-1

4 years ago

0.0.2

4 years ago