create-path

2.0.1 • Public • Published

create-path

runs npx mkdirp <path> when you write npm init path <path>. This only exists out of historical reasons where mkdirp was not promisified and no npx existed. Today this is not needed anymore. It only protects the create-path namespace on npmjs with a useful package wrapper.

A wrapper for mkdirp to also use it with npm init like:

npm init path ~/myProject

It is using npm:mkdirp under the hood, and it is not useful for anything other than using it with npm init. Generally, you should always prefer

npx mkdirp ~/myProject

This only exists because of historical reasons where mkdirp was not promisified and no npx existed. Today this is not needed anymore.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i create-path

    Weekly Downloads

    5

    Version

    2.0.1

    License

    MIT

    Unpacked Size

    2.7 kB

    Total Files

    5

    Last publish

    Collaborators

    • robojones