-
First, install Yeoman
npm install -g yo
-
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
Generated component directory has the following structure
component-name
├──component_name_cmpt.js
├───component_name.html
├───component_name.styl