Newbie a little puzzled with the init choices
See original GitHub issueHeyo,
First of all, you guys are making an amazing job. It’s insane to see how much has been pulled off since the last time I checked the project couple months ago.
I do have a remark. When I run npm init
for the first time, it is not obvious to me what the different choices are.
[jlengrand@juliens-MacBook-Pro:~/IdeaProjects]$ npm init @open-wc
npx: installed 27 in 1.326s
What would you like to do today?
> Scaffold a new project
What would you like to scaffold?
Note: Content will be written in a new folder.
Barebone App
Starter App
> Enterprise App (if you feel lost use the Starter App first)
Lit Element Web Component
Mono Repo for web components
Even having worked with open-wc a little bit in the past, I am not sure what the difference is for example between the barebone app and the Lit Element Web Component.
I’ve been browsing around the website, but could not find a place where those are described in an obvious manner.
I might have missed it, but I’d appreciate something like
- Starter app : perfect if you have a simple side-project, …
- Lit element Web Component : Use this if you want to create a single component. No router will be added, …
Basically, when do I choose what?
Great job folks, keep it up 😃.
Issue Analytics
- State:
- Created 4 years ago
- Comments:15 (15 by maintainers)
Top Results From Across the Web
Petit Collage Beginner Puzzle for Kids, Safari Babies ...
Help little ones develop their puzzle solving skills with the Safari Babies Beginner Puzzle by Petit Collage. With four puzzles for kids included,...
Read more >How to Make a Game - Unity Beginner Tutorial - New Version!
https://game.courses/birds/ - Check out the FREE COURSE0:00 - Intro / Beg for Likes & Shares1:26 - Installing Unity 20206:42 - How to Create ......
Read more >Lesson 1 Learn sudoku. How to solve sudoku for ... - YouTube
Warning !! the biggest mistake beginners make is that they try difficult puzzles to soon. For all lessons and tutorials go to: ...
Read more >How to solve alphametic puzzles - FutureLearn
When faced with a few options for a letter, try one out until you either get the correct answer, or find a contradiction....
Read more >How to check if an instance of 8 puzzle is solvable?
C++ // This function returns true if given 8 puzzle is solvable. int invCount = getInvCount(( int *)puzzle); // return true if inversion...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Alright I know this is closed already but I finally took the time to update and check and yes, it is pretty obvious now what is what.
Great job!
iirc we added a link to the docs in the generator right? People can find more info about individual generators there