💾 Archived View for gmi.noulin.net › gitRepositories › git-off › file › src › node_modules › mkdirp … captured on 2024-09-29 at 01:12:20. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

git-off

Log

Files

Refs

README

usage.txt (315B)

     1 usage: mkdirp [DIR1,DIR2..] {OPTIONS}
     2 
     3   Create each supplied directory including any necessary parent directories that
     4   don't yet exist.
     5   
     6   If the directory already exists, do nothing.
     7 
     8 OPTIONS are:
     9 
    10   -m, --mode   If a directory needs to be created, set the mode as an octal
    11                permission string.
    12