Skip to content

Commit

Permalink
Develop (#5)
Browse files Browse the repository at this point in the history
* refactor(refactor): ♻️ cI

* feat(new feature): ✨ upgrade readme
  • Loading branch information
guotingchao authored Apr 16, 2024
1 parent a949fda commit 6ad1d0e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repo": "guotingchao/nest-tencent-cloud-sdk"
}
],
"commit": true,
"commit": false,
"access": "public",
"updateInternalDependencies": "patch",
"baseBranch": "main",
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
defaults:
Expand Down
26 changes: 17 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

### Installation

---

- npm

```bash
Expand All @@ -41,14 +39,24 @@ $ pnpm add @cardbrother/nest-tencent-cloud-sdk

### Usage

---
```ts
import { Module } from '@nestjs/common';
import { TencentCloudModule } from '@cardbrother/nest-tencent-cloud-sdk';

@Module({
imports: [
TencentCloudModule.forRoot({
secretId: 'your secretId',
secretKey,
global: true, // false by default
}),
],
})
export class AppModule {}
```

_comming soon_

### [CHANGELOG](./docs/CHANGELOG.md)
### [CHANGELOG](https://github.com/guotingchao/nest-tencent-cloud-sdk/blob/main/CHANGELOG.md)

---

### License [MIT](./docs/LICENSE)

---
### License [MIT](https://github.com/guotingchao/nest-tencent-cloud-sdk/blob/main/LICENSE)

0 comments on commit 6ad1d0e

Please sign in to comment.