-
Notifications
You must be signed in to change notification settings - Fork 248
phenomic-cli: make setup fast & more easy, (one install, one command?) #734
Comments
Which kind of work flow do you expect? npm install -g phenomic-cli |
a yeoman generator could be a good choice |
@DanielFGray did you try settting up a new phenomic project? We have everything in place, just need a better flow for new user |
Yeah I've just started with phenomic. I really dig it, but the whole I have yet to make a yeoman generator myself, but I'll have a look into what it takes and see if I can't create one |
@DanielFGray Thanks for your feedback. As you said the whole command sucks. My idea so far is creating a global phenomic cli that should never changed. If user want to create a new phenomic project, this is what they have to do:
This will run Sounds good? |
It doesn't sound bad in the slightest, I just can't help thinking there'd be a certain amount of re-inventing the wheel with that approach, and that off-loading it to yeoman could be a lot less work than writing a Just my two cents, I would be happy to use either. |
First keep in mind that the first part of the command ( |
@MoOx how about putting the whole code in a bash file (or cmd for Windows). The cli just need to download and execute it. We can have a Like I said above, users never have to update |
No need for a branch, we can probably directly reach latest stable tag ;) |
I think it should be both. cli should be pretty dumb and we should use update-notifier. |
Going to be fixed with #925 |
We will see that later, v1 will have start/build and that's it for now. |
We need to improve that, current setup page is not appealing.
Maybe create a phenomic-cli or something when handling #598.
Something fast, so not a electron app yet :D
The text was updated successfully, but these errors were encountered: