1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/bin
Tim Oxley 77739f4d5e next init: Create supplied directory if it does not exist. (#136)
* next init: Create supplied directory if it does not exist.

* next init: use mkdirp to init into nested dirs.

Picked mkdirp-then out of many alternatives. Same author & similar
dependencies to mz.

Now next init a/b/c works.

Related https://github.com/zeit/next.js/pull/136#discussion_r85543040
2016-11-03 19:07:15 +09:00
..
next refactor paths 2016-10-19 21:58:08 +09:00
next-build Using process.exit instead of exit 2016-10-25 16:03:24 +01:00
next-dev It was process.exit 2016-10-25 16:01:36 +01:00
next-init next init: Create supplied directory if it does not exist. (#136) 2016-11-03 19:07:15 +09:00
next-start Using process.exit instead of exit 2016-10-25 16:03:24 +01:00