I'm learning Node JS so I thought it'd be better to make some projects which will help me understand Node JS better. So I did.
Here it is:
Revue-gen: The React and Vue component generator.
If you've worked with React or Vue, you might have came across this situation where your app needs a lot of components and you have to create them all manually. It's a pain, right? So I thought why not make it a little easier. And I did. (Hopefully).
I built a Command line tool that makes this process easier. All you have to do is install it using NPM, cause it's an NPM package.
npm i -g revue-generator
run this using
npx revue-generator
and boom:
It just makes the process easier.
You can give it a try too:
https://www.npmjs.com/package/revue-generator
Top comments (0)