You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
electron init # Generates an es6 project
electron init --coffee # Generates a coffee project
electron init --template=/path/to/my-template # Maybe not necessary?
init can generate the template, then run the bootstrap command.
Maybe we use yeoman. If so, the init command just calls out to or requires yeoman
👍 This all looks good to me – I was thinking about leveraging yeoman for init too (and as far as I'm aware that's still the best tool for this kind of job). I imagine down the road we may want to add TypeScript support, but I think it'd be fine to wait on that for now.
My dream is
init
can generate the template, then run thebootstrap
command.Maybe we use yeoman. If so, the
init
command just calls out to or requires yeomanI am not wedded to yeoman. If something else is better, I'm down to use it.
The text was updated successfully, but these errors were encountered: