15 Commits

Author SHA1 Message Date
Mani Maghsoudlou
c2ab3c5c2b Add standard-markdown to lint js code inside docs files 2017-05-01 20:22:28 -07:00
RyanZim
3f7988de22 Add pathExists() and pathExistsSync() 2017-04-26 10:04:07 -04:00
RyanZim
1613f205de Update docs for promise support 2017-04-26 10:04:07 -04:00
Mani Maghsoudlou
83a6190890 docs: Refactor remove exmaple to use remove instead of removeSync 2017-03-08 22:38:40 -08:00
Mani Maghsoudlou
936011e253 docs: Refactor remove and removeSync parameter name 2017-03-08 22:34:28 -08:00
Mani Maghsoudlou
fc5fca9be1 docs: Refactor docs to include parameters type 2017-03-08 21:58:11 -08:00
Mani Maghsoudlou
a4f6481ebf docs/readJson.md: Refactor example for readJson method, refactor move and moveSync tests descriptions 2017-03-08 14:38:25 -08:00
Mani Maghsoudlou
10756de4df docs: Refactor readJsonSync example 2017-03-08 13:51:52 -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
Mani Maghsoudlou
fa680cc782 docs/copy.md: Refactor copy filter example 2017-02-22 21:37:35 -08:00
JP Richardson
a37d7bbe1c Merge pull request #366 from jprichardson/add-dest-param-filter-copy
Add dest parameter to filter option in copy and copySync
2017-02-22 20:58:14 -06:00
JPeer264
c3e3950cb8 Refactor docs 2017-02-22 14:18:41 +01:00
Mani Maghsoudlou
89230976b9 Add dest parameter to filter option in copy and copySync 2017-02-22 04:03:28 -08: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