Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 14 additions & 10 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,20 @@ FC3 is the Serverless Devs component for Alibaba Cloud Function Compute 3.0, pro

## Available Scripts

| Script | Description |
| ------------------------- | -------------------------- |
| `npm run build` | Production bundle with ncc |
| `npm run watch` | TypeScript watch mode |
| `npm test` | Jest tests with coverage |
| `npm run format` | Prettier formatting |
| `npm run lint` | f2elint scanning |
| `npm run fix` | Auto-fix lint issues |
| `npm run publish` | Build and registry publish |
| `npm run generate-schema` | Generate JSON schema |
| Script | Description |
| ------------------------- | ------------------------------------------- |
| `npm run build` | Production bundle with ncc |
| `npm run watch` | TypeScript watch mode |
| `npm test` | Unit tests with coverage (no credentials) |
| `npm run test:it` | Integration tests (needs cloud credentials) |
| `npm run typecheck` | Type-check without emitting |
| `npm run deadcode` | Audit unused exports (ts-prune) |
| `npm run depcheck` | Audit unused dependencies |
| `npm run format` | Prettier formatting |
| `npm run lint` | f2elint scanning |
| `npm run fix` | Auto-fix lint issues |
| `npm run publish` | Build and registry publish |
| `npm run generate-schema` | Generate JSON schema |

## Key Directories

Expand Down
183 changes: 0 additions & 183 deletions CONTRIBUTING.md

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center" class="flex justify-center">
<a href="https://nodejs.org/en/" class="ml-1" target="_blank">
<img src="https://img.shields.io/badge/node-%3E%3D%2014.14.0-brightgreen" alt="node.js version">
<img src="https://img.shields.io/badge/node-%3E%3D%2016-brightgreen" alt="node.js version">
</a>
<a href="https://github.com/devsapp/fc3/blob/master/LICENSE" class="ml-1" target="_blank">
<img src="https://img.shields.io/badge/License-MIT-green" alt="license">
Expand Down Expand Up @@ -57,7 +57,7 @@

# 项目贡献

我们非常希望您可以和我们一起贡献这个项目。贡献内容包括不限于代码的维护、应用/组件的贡献、文档的完善等,更多详情可以参考[🏆 贡献指南](./CONTRIBUTING.md)。
我们非常希望您可以和我们一起贡献这个项目。贡献内容包括不限于代码的维护、应用/组件的贡献、文档的完善等,更多详情可以参考[🏆 贡献指南](./docs/CONTRIB.md)。

与此同时,我们也非常感谢所有[👬 参与贡献的小伙伴](https://github.com/devsapp/fc3/graphs/contributors) ,为 Serverless Devs fc3 组件项目贡献的努力和汗水。

Expand Down
Loading
Loading