rsnext/packages/create-next-app
Cristian Dominguez f4f6fea71f
CNA: replace make-dir with core recursive mkdir (#15006)
Fix #14902 

I created a separated helper that wraps `fs.promises.mkdir` and sets `recursive` option to `true` by default.

I'm not sure if this is the right approach (maybe it should just call `fs.promises.mkdir` from `create-app.ts`?), any thoughts?
2020-07-10 01:29:03 +00:00
..
helpers CNA: replace make-dir with core recursive mkdir (#15006) 2020-07-10 01:29:03 +00:00
templates/default feat(create-next-app): Use CSS and CSS modules in default application template (#13983) 2020-06-10 21:25:27 +00:00
create-app.ts CNA: replace make-dir with core recursive mkdir (#15006) 2020-07-10 01:29:03 +00:00
index.ts chore(create-next-app): remove example picker (#13977) 2020-06-10 03:14:24 +00:00
package.json CNA: replace make-dir with core recursive mkdir (#15006) 2020-07-10 01:29:03 +00:00
README.md docs: update links to docs site (#14305) 2020-06-18 09:54:07 +00: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.