DEV Community

Cover image for Meet Agrippa, the React CLI for component generation

Meet Agrippa, the React CLI for component generation

Nitzan Hen on August 10, 2021

Finally, after over two years of writing the boilerplate of React components by hand, I'd decided to make snippets for them. However, I find myself...
Collapse
 
hannanel100 profile image
hannanel100

Looks really interesting, this is probably the only thing I liked in Angular and was missing in React. Will definitely try this out...

Collapse
 
nitzanhen profile image
Nitzan Hen

Thanks! I'm totally with you on that one - I found Angular's CLI really convenient, and thought React could use something something similar.
If you have any feedback or suggestions, I'd love to hear it!

Collapse
 
aramay profile image
Abid Ramay • Edited

nice tool. QQ: How do I run this project on my local machine for development? I've forked and cloned, but how do I start the project?

Collapse
 
nitzanhen profile image
Nitzan Hen

Hi!
You don't even need to fork and clone the project to get started.
Simply open any terminal and type in npm install -g agrippa (You'll need Node.js installed, of course).
Once it finished downloading, you can start typing commands - See the GitHub section for usage instructions and options.

Collapse
 
aramay profile image
Abid Ramay

Hey. I understand that part of usage. What if I wanted to contribute? How do I do that? I didn't find any contribution.md file.

Thanks for following up.

Thread Thread
 
nitzanhen profile image
Nitzan Hen

Oh! sorry.
The project is still quite new, and I've yet to set all of these things up. I promise to get to them soon.

In the meantime, if you have anything specific in mind, feel free to open an issue on GitHub.

Collapse
 
swagwik profile image
Sattwik Sahu

Wow! That's pretty dope yo! Imma certainly give it a roll. Thanks for the info

Collapse
 
itaylisaey profile image
ItayLisaey

Definitely my new favorite when it comes to react libraries.
Thank you!

Collapse
 
fedeagripa profile image
fedeagripa

@nitzanhen Thank you so much for making this tribute!!!!!
You got my follow and definitely will use my own react cli now :)
Bests
Federico Agripa :)

Collapse
 
henrikvtcodes profile image
Henrik VT

Looks awesome! You should put a #showdev tag on this post.

Collapse
 
nitzanhen profile image
Nitzan Hen

I didn't know about that tag, thanks a lot!

Collapse
 
alon5451 profile image
alon5451

Sounds like an amazing tool, Can't wait to use it!