https://github.com/cnpm/fs-cnpm
fs storage wrapper for cnpm
https://github.com/cnpm/fs-cnpm
Last synced: about 1 year ago
JSON representation
fs storage wrapper for cnpm
- Host: GitHub
- URL: https://github.com/cnpm/fs-cnpm
- Owner: cnpm
- Created: 2014-08-09T17:15:37.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-01-05T10:37:41.000Z (over 1 year ago)
- Last Synced: 2025-03-27T22:36:28.914Z (about 1 year ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 4
- Watchers: 17
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
fs-cnpm
---------------
[![NPM version][npm-image]][npm-url]
[](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://github.com/cnpm/fs-cnpm/graphs/contributors)