Skip to content

sulfureux/path-existed-or-create

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

path existed or create

For Nodejs only

install

yarn add path-existed-or-create
const pathExistedOrCreate = require("path-existed-or-create");

dirPath = "tempDir";

pathExistedOrCreate(dirPath);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published