1.0.1 • Published 6 years ago

generator-codeocean-component v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

generator-component

Yeoman generator for React components

To use this generator please install yeoman first :

npm install -g yo

And then you may use npm link within this repo in order to use a local version or install it globally as well :

npm i -g generator-codeocean-component

React component generator

This generator allowing to generate three types of components :

  • PureComponent
  • Component
  • Functional component

To generate files, just type within the folder you would like to create the component :

yo codeocean-component:react