1. 28 5月, 2020 1 次提交
  2. 27 5月, 2020 1 次提交
    • M
      feat(cli): use default template when GH is offline (#12194) · b3e45fab
      Marco Moretti 提交于
      fix #12136 
      
      I add a prompt if there is an error when trying to download example files.
      Maybe could be better to add an error class and in create-app.ts on every "console.error" trow a new Exception and manage it in catch. What you think ? 👯 
      b3e45fab
  3. 19 5月, 2020 1 次提交
  4. 11 5月, 2020 1 次提交
  5. 06 4月, 2020 1 次提交
  6. 27 2月, 2020 1 次提交
  7. 16 2月, 2020 1 次提交
    • S
      Simplify create-next-app README (#10545) · 9cfc09e3
      Shu Uesugi 提交于
      * Rename to README-template.md
      
      * Add yarn scripts
      
      * Rewrite CNA README
      
      * Forgot zeit link
      
      * Simplify
      
      * Update deploy doc
      
      * Just link to the doc
      
      * page is reloaded
      
      * reload → update
      
      * Deploy updates
      9cfc09e3
  8. 11 11月, 2019 1 次提交
    • J
      Initialize Git repo on app creation (#9376) · 00badd4d
      Joe Haddad 提交于
      * 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
      00badd4d
  9. 20 7月, 2019 1 次提交
    • J
      Rewrite Create Next App (#8030) · 104d18c6
      Joe Haddad 提交于
      * Completely rewrite Create Next App
      
      * Sort imports
      
      * Show what package manager is being used
      
      * Fix project name suggestion
      
      * Update tests for new implementation
      
      * Use normal prepublish command for on-install
      
      * Upgrade Node version
      
      * Switch to 8.16
      
      * Disable v8 cache
      
      * Swap out update check package and fix CLI boot
      104d18c6