Open
Description
openedon Apr 3, 2024
Description
This RFC proposes adding the package @stdlib/fs/mkdir
for creating a directory asynchronously and synchronously.
Package: @stdlib/fs/mkdir
var mkdir = require( '@stdlib/fs/mkdir' );
var mkdirSync = require( '@stdlib/fs/mkdir' ).sync;
Related Issues
None.
Questions
No.
Other
No.
Checklist
- I have read and understood the Code of Conduct.
- Searched for existing issues and pull requests.
- The issue name begins with
RFC:
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
RFC feature request which has been accepted.Issue or pull request for adding a new feature.Issue involves or relates to JavaScript.Request for comments. Feature requests and proposed changes.Issue or pull request concerning general utilities.Likely to be challenging but manageable.Normal priority concern or feature request.