Skip to content

Commit

Permalink
Document all create*() aliases for ensure*() methods
Browse files Browse the repository at this point in the history
Fixes #758
  • Loading branch information
RyanZim committed Feb 24, 2020
1 parent ab92b24 commit ba7a36f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/ensureLink-sync.md
Expand Up @@ -2,6 +2,8 @@

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

**Alias:** `createLinkSync()`

- `srcpath` `<String>`
- `dstpath` `<String>`

Expand Down
2 changes: 2 additions & 0 deletions docs/ensureLink.md
Expand Up @@ -2,6 +2,8 @@

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

**Alias:** `createLink()`

- `srcpath` `<String>`
- `dstpath` `<String>`
- `callback` `<Function>`
Expand Down
2 changes: 2 additions & 0 deletions docs/ensureSymlink-sync.md
Expand Up @@ -2,6 +2,8 @@

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

**Alias:** `createSymlinkSync()`

- `srcpath` `<String>`
- `dstpath` `<String>`
- `type` `<String>`
Expand Down
2 changes: 2 additions & 0 deletions docs/ensureSymlink.md
Expand Up @@ -2,6 +2,8 @@

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

**Alias:** `createSymlink()`

- `srcpath` `<String>`
- `dstpath` `<String>`
- `type` `<String>`
Expand Down

0 comments on commit ba7a36f

Please sign in to comment.