Skip to content

cnpm/oss-cnpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oss-cnpm

NPM version Node.js CI Test coverage npm download

oss wrapper for cnpmjs.org NFS

Usage

const Client = require('oss-cnpm');

const client = new Client({
  accessKeyId: 'your id',
  accessKeySecret: 'your secret',
  // change to your endpoint
  endpoint: 'https://oss-cn-shenzhen.aliyuncs.com',
  bucket: 'your bucket',
  mode: 'public or private',
});

Test keys

https://github.com/cnpm/oss-cnpm/wiki

License

MIT

Contributors


fengmk2


dead-horse


killagu


semantic-release-bot

This project follows the git-contributor spec, auto updated at Fri Oct 06 2023 00:15:31 GMT+0800.