3.0.6 • Published 6 days ago

@helia/unixfs v3.0.6

Weekly downloads
-
License
Apache-2.0 OR MIT
Repository
github
Last release
6 days ago

@helia/unixfs

ipfs.tech Discuss codecov CI

A Helia-compatible wrapper for UnixFS

About

@helia/unixfs is an implementation of a filesystem compatible with Helia.

See the interface for all available operations.

Example - Creating files and directories

import { createHelia } from 'helia'
import { unixfs } from '@helia/unixfs'

const helia = createHelia({
  // ... helia config
})
const fs = unixfs(helia)

// create an empty dir and a file, then add the file to the dir
const emptyDirCid = await fs.addDirectory()
const fileCid = await fs.addBytes(Uint8Array.from([0, 1, 2, 3]))
const updateDirCid = await fs.cp(fileCid, emptyDirCid, 'foo.txt')

// or doing the same thing as a stream
for await (const entry of fs.addAll([{
  path: 'foo.txt',
  content: Uint8Array.from([0, 1, 2, 3])
}])) {
  console.info(entry)
}

Example - Recursively adding a directory

Node.js-compatibly environments only:

import { globSource } from '@helia/unixfs'

for await (const entry of fs.addAll(globSource('path/to/containing/dir', 'glob-pattern'))) {
  console.info(entry)
}

Install

$ npm i @helia/unixfs

Browser <script> tag

Loading this module through a script tag will make it's exports available as HeliaUnixfs in the global namespace.

<script src="https://unpkg.com/@helia/unixfs/dist/index.min.js"></script>

API Docs

License

Licensed under either of

Contribute

Contributions welcome! Please check out the issues.

Also see our contributing document for more information on how we work, and about contributing in general.

Please be aware that all interactions related to this repo are subject to the IPFS Code of Conduct.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

npm.io

3.0.6-9fa2427

6 days ago

3.0.6-a8fdfc2

6 days ago

3.0.6-55b9650

7 days ago

3.0.6

7 days ago

3.0.5-b0d50e9

7 days ago

3.0.5-7419dfc

8 days ago

3.0.5-fa9bd4b

9 days ago

3.0.5-6a62d1c

12 days ago

3.0.5-36081e0

12 days ago

3.0.5-2d070b9

13 days ago

3.0.5-361fbd3

14 days ago

3.0.5-e4e67d0

14 days ago

3.0.5-f6bcbd4

15 days ago

3.0.5-0a528bb

15 days ago

3.0.5-52dbcf2

16 days ago

3.0.5-f7f71bb

16 days ago

3.0.5-0ecb529

16 days ago

3.0.4-5d62dfb

16 days ago

3.0.5

16 days ago

3.0.5-5e98950

16 days ago

3.0.4-59de059

18 days ago

3.0.4-338885f

18 days ago

3.0.4

23 days ago

3.0.3-5323724

23 days ago

3.0.3-9c8a2c0

23 days ago

3.0.3-9ea934e

23 days ago

3.0.3-395cd9e

29 days ago

3.0.3-7cd012a

29 days ago

3.0.3-532d6c4

29 days ago

3.0.3-ba4b7ba

29 days ago

3.0.3-b67ac5f

29 days ago

3.0.3-b1c761d

29 days ago

3.0.3-e582c63

1 month ago

3.0.2-1561e4a

1 month ago

3.0.3

1 month ago

3.0.3-5cf216b

1 month ago

3.0.3-329652a

1 month ago

3.0.3-6ddefb0

1 month ago

3.0.2-d1c497b

1 month ago

3.0.2-9ac5909

1 month ago

3.0.2

2 months ago

3.0.2-b6765fe

2 months ago

3.0.2-ecf5394

2 months ago

3.0.1-2c71b6e

2 months ago

3.0.1-adc5589

2 months ago

3.0.1-a0d651c

2 months ago

3.0.1-8c9bb7d

2 months ago

3.0.1-a64e5de

2 months ago

3.0.1-c69913c

2 months ago

3.0.1-90c6feb

2 months ago

3.0.0-c3f2ed1

2 months ago

3.0.1

2 months ago

3.0.0-1319c61

2 months ago

3.0.0-6f8c15b

2 months ago

3.0.0-77e34fc

2 months ago

3.0.0-917a1bc

2 months ago

3.0.0-1ee6a4a

2 months ago

3.0.0-2d965be

3 months ago

3.0.0-7c3ce21

3 months ago

3.0.0-dc2e7a6

3 months ago

3.0.0-28d62f7

3 months ago

3.0.0-7c07e11

3 months ago

3.0.0-a04e041

3 months ago

3.0.0-754c7af

3 months ago

3.0.0-8db7792

3 months ago

3.0.0-31cdfa8

3 months ago

3.0.0-75d0a5b

3 months ago

3.0.0-9b1ddf8

3 months ago

3.0.0-7a7c0c1

3 months ago

3.0.0-3283a5c

3 months ago

3.0.0-f58d467

3 months ago

3.0.0-3851fe2

3 months ago

3.0.0-5c0c39c

3 months ago

3.0.0-6c88ee1

3 months ago

3.0.0-8a5bc6f

3 months ago

3.0.0-f243de2

3 months ago

3.0.0-ca8d5eb

3 months ago

3.0.0-44f4e88

3 months ago

3.0.0-94b0cd1

3 months ago

3.0.0-e554493

3 months ago

3.0.0

3 months ago

2.0.1-99c94f4

3 months ago

2.0.1-4836d52

4 months ago

2.0.1-19bf9ce

4 months ago

2.0.1-db7d091

4 months ago

2.0.1-031519c

4 months ago

2.0.1-4943c5b

4 months ago

2.0.1-f2853f8

4 months ago

2.0.1-a2229bd

4 months ago

2.0.1-ce74026

4 months ago

2.0.1-a966706

4 months ago

2.0.1-3477b27

4 months ago

2.0.1-843fba4

4 months ago

2.0.1-5a87bbd

4 months ago

2.0.1-163df38

4 months ago

2.0.1-76220cd

4 months ago

2.0.1-ece384a

4 months ago

2.0.1-5c6a066

4 months ago

2.0.1

4 months ago

2.0.0-5c4fd54

4 months ago

2.0.0-10272b4

4 months ago

2.0.0-3f4c6bf

4 months ago

2.0.0-a0692f9

4 months ago

2.0.0

4 months ago

1.4.3

5 months ago

1.4.2

8 months ago

1.4.1

10 months ago

1.4.0

10 months ago

1.2.4

11 months ago

1.2.3

11 months ago

1.3.0

11 months ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.0

1 year ago