rsnext/packages/create-next-app
Luis Alvarez D 75559f1431
Add --example=<github-url> to create-next-app (#10226)
* Initial support for URLs

* Added folder support

* Added --example-path

* Bug fix

* Also install deps

* Updated error message

* Bug fix and replace the file path

* Added tests

Co-authored-by: Shu Uesugi <shu@chibicode.com>
2020-02-27 16:32:32 +01:00
..
@types Initialize Git repo on app creation (#9376) 2019-11-10 21:42:51 -08:00
helpers Add --example=<github-url> to create-next-app (#10226) 2020-02-27 16:32:32 +01:00
templates/default Rename zeit.co/new → zeit.co/import (#10674) 2020-02-24 19:08:34 -05:00
create-app.ts Add --example=<github-url> to create-next-app (#10226) 2020-02-27 16:32:32 +01:00
index.ts Add --example=<github-url> to create-next-app (#10226) 2020-02-27 16:32:32 +01:00
package.json v9.2.3-canary.15 2020-02-27 15:34:27 +01:00
README.md Add Create Next App instructions (#8224) 2019-08-03 12:25:25 +01:00
tsconfig.json Rewrite Create Next App (#8030) 2019-07-19 15:55:30 -04:00

create-next-app

This package includes the global command for creating Next.js applications.

Please refer to its documentation:

  • Setup How to create a new Next.js application.
  • Documentation How to develop Next.js applications.