rsnext/packages/create-next-app/helpers
Joe Haddad 00badd4d58
Initialize Git repo on app creation (#9376)
* Initialize Git repo on app creation
This PR initializes a Git repository after Create Next App runs.

We ensure the app was not created in an already-existing Git or Mercurial repo.

Failures of setup (no Git installed) do not fail the application bootstrapping.

Closes #9077 (replaces)

* Add test

* Update index.test.js
2019-11-10 21:42:51 -08:00
..
examples.ts Rewrite Create Next App (#8030) 2019-07-19 15:55:30 -04:00
git.ts Initialize Git repo on app creation (#9376) 2019-11-10 21:42:51 -08:00
install.ts Adjust Create Next App install env (#8431) 2019-08-20 00:41:51 -04:00
is-folder-empty.ts Rewrite Create Next App (#8030) 2019-07-19 15:55:30 -04:00
is-online.ts Rewrite Create Next App (#8030) 2019-07-19 15:55:30 -04:00
should-use-yarn.ts Rewrite Create Next App (#8030) 2019-07-19 15:55:30 -04:00
validate-pkg.ts Rewrite Create Next App (#8030) 2019-07-19 15:55:30 -04:00