Skip to content

Commit adc6570

Browse files
committed
chore: 🤖 update README and run Prettier
1 parent 7461f36 commit adc6570

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

‎.github/workflows/gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: GitHub Pages
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [master]
66

77
jobs:
88
gh-pages:

‎README.md

+12-9
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,18 @@ JavaScript file system utilities for Node.js and browser.
1515
npm i memfs
1616
```
1717

18-
## Docs
19-
20-
- [In-memory Node.js `fs` API](./docs/node/index.md)
21-
- `experimental` [`fs` to File System Access API adapter](./docs/fsa/fs-to-fsa.md)
22-
- `experimental` [File System Access API to `fs` adapter](./docs/fsa/fsa-to-fs.md)
23-
- `experimental` [`crudfs` a CRUD-like file system abstraction](./docs/crudfs/index.md)
24-
- `experimental` [`casfs` Content Addressable Storage file system abstraction](./docs/casfs/index.md)
25-
- [Directory `snapshot` utility](./docs/snapshot/index.md)
26-
- [`print` directory tree to terminal](./docs/print/index.md)
18+
## Resources
19+
20+
- Documentation
21+
- [In-memory Node.js `fs` API](./docs/node/index.md)
22+
- `experimental` [`fs` to File System Access API adapter](./docs/fsa/fs-to-fsa.md)
23+
- `experimental` [File System Access API to `fs` adapter](./docs/fsa/fsa-to-fs.md)
24+
- `experimental` [`crudfs` a CRUD-like file system abstraction](./docs/crudfs/index.md)
25+
- `experimental` [`casfs` Content Addressable Storage file system abstraction](./docs/casfs/index.md)
26+
- [Directory `snapshot` utility](./docs/snapshot/index.md)
27+
- [`print` directory tree to terminal](./docs/print/index.md)
28+
- [Code reference](https://streamich.github.io/memfs/)
29+
- [Test coverage](https://streamich.github.io/memfs/coverage/lcov-report/)
2730

2831
## Demos
2932

‎tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"src/fsa-to-crud/index.ts",
2626
"src/fsa-to-node/index.ts",
2727
"src/node-to-crud/index.ts",
28-
"src/node-to-fsa/index.ts",
28+
"src/node-to-fsa/index.ts"
2929
],
3030
"out": "typedocs"
3131
}

0 commit comments

Comments
 (0)