Scaffolds out egjs component
npm install yo -g
$ cd /path/to/workspace
$ git clone https://github.com/naver/generator-egjs.git
$ cd generator-egjs
$ npm link
$ npm install generator-egjs -g
Run it with yo
egjs
Suggested egjs component name is in lower case
$ cd /path/to/workspace
// without component name
$ yo egjs
// or with component name
$ yo egjs <component name>
// ex) generate infinitegrid component
$ yo egjs infinitegrid
MIT © Naver corp.