Skip to content

Commit 223eb89

Browse files
authored
Document all create*() aliases for ensure*() methods (#766)
Fixes #758
1 parent ab92b24 commit 223eb89

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

docs/ensureLink-sync.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Ensures that the link exists. If the directory structure does not exist, it is created.
44

5+
**Alias:** `createLinkSync()`
6+
57
- `srcpath` `<String>`
68
- `dstpath` `<String>`
79

docs/ensureLink.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Ensures that the link exists. If the directory structure does not exist, it is created.
44

5+
**Alias:** `createLink()`
6+
57
- `srcpath` `<String>`
68
- `dstpath` `<String>`
79
- `callback` `<Function>`

docs/ensureSymlink-sync.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Ensures that the symlink exists. If the directory structure does not exist, it is created.
44

5+
**Alias:** `createSymlinkSync()`
6+
57
- `srcpath` `<String>`
68
- `dstpath` `<String>`
79
- `type` `<String>`

docs/ensureSymlink.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Ensures that the symlink exists. If the directory structure does not exist, it is created.
44

5+
**Alias:** `createSymlink()`
6+
57
- `srcpath` `<String>`
68
- `dstpath` `<String>`
79
- `type` `<String>`

0 commit comments

Comments
 (0)