Skip to content

贡献指南

详细贡献指南请参考 英文版本

快速开始

bash
git clone [email protected]:<your-username>/opencli.git
cd opencli
npm install
npm run build
npx tsc --noEmit
npx vitest run src/

提交规范

使用 Conventional Commits

feat(twitter): add thread command
fix(browser): handle CDP timeout gracefully
docs: update CONTRIBUTING.md

Released under the Apache-2.0 License.