Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Initialize git repository on project spin up #78

Open
2 tasks
dcalhoun opened this issue Mar 2, 2015 · 4 comments
Open
2 tasks

Initialize git repository on project spin up #78

dcalhoun opened this issue Mar 2, 2015 · 4 comments
Milestone

Comments

@dcalhoun
Copy link
Contributor

dcalhoun commented Mar 2, 2015

  • Initialize a git repository for the project
  • Use git repository info to pre-populate GitHub Pages config
@dcalhoun dcalhoun modified the milestone: 2.1 Mar 2, 2015
@maxbeizer
Copy link
Contributor

@dcalhoun ❤️ this. Should be fairly easy with shelljs (e.g. shelljs.exec('git init')). Are we assuming that the name of the project will be the name of the repo? I guess it's possible you could name the project and repo something different...

@dcalhoun
Copy link
Contributor Author

dcalhoun commented Mar 2, 2015

We could make assumptions and provide the user the ability to alter them, much like we already do with the "What is your name?" and "What is your email?" prompts. The appName is currently generated from the directory name.

@bval
Copy link
Contributor

bval commented Mar 4, 2015

Should we also optionally hit the GitHub API and create the remote for you as well like we do in preseason?

@derekblank
Copy link
Contributor

If someone decides to dig into this, please assign yourself to the issue so we're not double-dipping the initial work. I may take a crack at it this weekend if it's still unassigned.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants