# fs-cnpm

> fs wrapper for cnpm

Latest version **2.4.1** (published 2022-12-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install fs-cnpm
pnpm add fs-cnpm
yarn add fs-cnpm
bun add fs-cnpm
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.4.1 |
| Published | 2022-12-17 |
| First published | 2014-08-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 8.0.0 |
| Dependencies | 2 |
| Unpacked size | 3.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | dead-horse |
| Maintainers | dead_horse, fengmk2 |
| Keywords | fs, storage, cnpm |

## Links

- npm: https://www.npmjs.com/package/fs-cnpm
- Repository: https://github.com/cnpm/fs-cnpm
- Homepage: https://github.com/cnpm/fs-cnpm#readme
- Issues: https://github.com/cnpm/fs-cnpm/issues
- npm.io page: https://npm.io/package/fs-cnpm

## Dependencies (2)

- [mz](https://npm.io/package/mz.md) ^2.7.0
- [mz-modules](https://npm.io/package/mz-modules.md) ^2.1.0

## Alternatives

- [unionfs](https://npm.io/package/unionfs.md) — 2.2M weekly downloads
- [path-starts-with](https://npm.io/package/path-starts-with.md) — 35.9K weekly downloads
- [redzip](https://npm.io/package/redzip.md) — 1.2K weekly downloads
- [vscode-anymatch](https://npm.io/package/vscode-anymatch.md) — 848 weekly downloads
- [@ledgerhq/coin-filecoin](https://npm.io/package/@ledgerhq/coin-filecoin.md) — 793 weekly downloads

## Recent versions

- 2.4.1 (latest) — 2022-12-17
- 2.4.0 — 2021-12-11
- 2.3.0 — 2021-12-09
- 2.2.0 — 2021-11-11
- 2.1.0 — 2021-04-22
- 2.0.0 — 2018-10-23
- 1.2.0 — 2015-02-03
- 1.1.0 — 2014-09-03
- 1.0.2 — 2014-08-09
- 1.0.1 — 2014-08-09
- 1.0.0 — 2014-08-09

## README

fs-cnpm
---------------

[![NPM version][npm-image]][npm-url]
[![Node.js CI](https://github.com/cnpm/fs-cnpm/actions/workflows/nodejs.yml/badge.svg)](https://github.com/cnpm/fs-cnpm/actions/workflows/nodejs.yml)
[![Test coverage][coveralls-image]][coveralls-url]

[npm-image]: https://img.shields.io/npm/v/fs-cnpm.svg?style=flat
[npm-url]: https://npmjs.org/package/fs-cnpm
[coveralls-image]: https://img.shields.io/coveralls/cnpm/fs-cnpm.svg?style=flat
[coveralls-url]: https://coveralls.io/r/cnpm/fs-cnpm?branch=master

fs storage wrapper for cnpm

## Installation

```bash
$ npm install fs-cnpm
```

## API

All the APIs are following [cnpm nfs guide](https://github.com/cnpm/cnpmjs.org/wiki/NFS-Guide).

- `uploadBuffer`: upload a file

- `download`: download file by key

- `remove`: remove file by key

### License

MIT

## Contributors

[![](https://ergatejs.implements.io/badges/contributors/cnpm/fs-cnpm.svg?width=1250&size=96&padding=6)](https://github.com/cnpm/fs-cnpm/graphs/contributors)

---
_Source: https://npm.io/package/fs-cnpm · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
