Skip to content

adarrra/kx-cmpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. First, install Yeoman
    npm install -g yo

  2. than install dependencies and link to this local package (from this folder)

npm i
npm link

Then generate your new component: yo kx-cmpt

Or you can skip second step and just run it by local path yo ./some_path/kx-cmpt/generators/app

Component Structure

Generated component directory has the following structure

component-name
 ├──component_name_cmpt.js
 ├───component_name.html
 ├───component_name.styl

About

yo generator for project component

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published