Generate Rest API template or React component(Functional|Class) with this generator.
First, install Yeoman and generator-furkanyilmazx using npm (we assume you have pre-installed node.js).
Doesn't publish to npm for now
npm install -g yo
git clone https://github.com/furkanyilmazx/generator-furkanyilmazx
cd ./generator-furkanyilmazx
npm link
Generate your new Rest API template:
yo furkanyilmazx
Generate your new React Component(Functional|Class) template:
yo furkanyilmazx:react
MIT © furkanyilmazx