11 Commits

Author SHA1 Message Date
Leandro Facchinetti
656545c2b3
Remove sketchy citebite links in documentation (#973)
I tried to follow these links, and they led me to really sketchy websites that have nothing to do with Node.js at all.
2022-10-21 14:10:31 -04:00
Mani Maghsoudlou
b0eb751a75
Improve docs (#795)
* improve docs

* Update docs/ensureSymlink-sync.md

Co-authored-by: Ryan Zimmerman <17342435+RyanZim@users.noreply.github.com>

* Update docs/ensureSymlink.md

Co-authored-by: Ryan Zimmerman <17342435+RyanZim@users.noreply.github.com>

* add Error type to docs

Co-authored-by: Ryan Zimmerman <17342435+RyanZim@users.noreply.github.com>
2020-05-11 16:40:39 -04:00
Mani Maghsoudlou
0bc36ffd5e v8 release (#667)
* Remove secure-random from dev-deps (#610)

* fix ensureDir() doc

* moveSync: refactor to use renameSync

* copy*(): fix copying bind-mounted directories (#618)

* copy*(): fix copying bind-mounted dirs

* copy*(): fix case-insensitive-paths tests

* copy*(): refactor to check paths more efficiently

* destructure stats object after checking err

* move*(): check paths before moving

* move*(): add case-insensitive paths test

* remove unnecessary done callback from test

* copy*(): add new option checkPathsBeforeCopying

* update copy*() docs to include checkPathsBeforeCopying

* some reformatting

* copy*(): use fs.stat with bigint option

* move*(): refactor to use the internal stat functions

* move*(): add test for prevent moving identical

* disable graceful-fs in copy and move tests

* fix parsing node version

* tiny reformat

* update copy*() docs

* refactor parsing node version

* use semver to parse node version in tests
2019-05-11 10:08:57 -04:00
Jan Peer Stöcklmair
c77d781721 Add async/await usage examples (closes #506) (#535) 2018-01-09 08:56:08 -05:00
Mani Maghsoudlou
c2ab3c5c2b Add standard-markdown to lint js code inside docs files 2017-05-01 20:22:28 -07:00
RyanZim
1613f205de Update docs for promise support 2017-04-26 10:04:07 -04:00
Mani Maghsoudlou
fc5fca9be1 docs: Refactor docs to include parameters type 2017-03-08 21:58:11 -08:00
Mani Maghsoudlou
02c2a629b8 Docs: Split out sync methods 2017-03-08 13:38:57 -08:00
Kyo Nagashima
6e0f0cc361 Document outputFile() only supports a file path
`fs.writeFile()` supports a buffer or a file descriptor as 1st  argument (`file`), but `fs-extra.outputFile()` does not. Because it sends `file` parameter to `path.dirname()` that requires `String`.
2017-03-05 20:25:36 +09:00
JPeer264
c3e3950cb8 Refactor docs 2017-02-22 14:18:41 +01:00
RyanZim
383a26985c Move API docs to seperate docs/ folder
Merge mkdirs() docs with ensureDir() docs

Resolves #298
2017-01-03 16:13:27 -05:00