An open API service indexing awesome lists of open source software.

https://github.com/tsui66/x-oss

阿里云 OSS STS Demo
https://github.com/tsui66/x-oss

Last synced: over 1 year ago
JSON representation

阿里云 OSS STS Demo

Awesome Lists containing this project

README

          

# x-oss

OSS 文件服务

## QuickStart

see [egg docs][egg] for more detail.

### Development

```bash
$ npm i
$ npm run dev
$ open http://localhost:9060/
```

### Deploy

```bashgco
$ npm start
$ npm stop
```

### npm scripts

- Use `npm run lint` to check code style.
- Use `npm test` to run unit test.
- Use `npm run autod` to auto detect dependencies upgrade, see [autod](https://www.npmjs.com/package/autod) for more detail.

[egg]: https://eggjs.org