AlexGaiser / fast-react

A CLI tool to quickly spin up a lightweight and fully customizable react project
MIT License
0 stars 0 forks source link

Research projects to see how similar tools have been implemented #2

Closed AlexGaiser closed 3 years ago

AlexGaiser commented 3 years ago

We should be looking for

Currently, I have been searching NPM for the most popular react project scaffolding/CLI tools.

Here is a list of projects I have that are useful:

Once we are satisfied we have a good understanding of how other projects have approached this topic, we should move on to issue #4

Scott-Ian commented 3 years ago

Just wanted to give a shoutout to create-new-app, as I really like the implementation from a UX perspective. Super easy, simple console queries to prompt the user for what to include in the app creation.

I think that project could use better documentation though. Treating users or potential users as if they know almost nothing would be better.

Honestly, really into CNA, and want to emulate a lot from that project.