Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 219 Bytes

File metadata and controls

16 lines (12 loc) · 219 Bytes

Usage

# installation
$ npm i

# development mode
$ npm start

# production build
$ npm run build

# generating a new component
$ cd parent/folder/of/new/component
$ npx hygen component new ComponentName