搜索工具...
K
README 生成
NEW
Markdown README 模板生成器,徽章选择,章节自由组合
复制
基本信息
项目名称
项目描述
License
MIT
Apache-2.0
GPL-3.0
BSD-2-Clause
ISC
安装命令语言
bash
shell
powershell
sh
章节选择
badges
demo
features
install
usage
contributing
license
acknowledgments
徽章选择
npm version
License
Build Status
Coverage
GitHub Stars
Downloads
TypeScript
Node Version
Features 内容
- Feature 1 - Feature 2 - Feature 3
安装命令
npm install {name}
使用示例
```javascript import { foo } from '{name}' foo() ```
README.md 输出
预览
复制
下载
# My Project   ## ✨ Features - Feature 1 - Feature 2 - Feature 3 ## 📦 Installation ```bash npm install my-project ``` ## 🚀 Usage ```javascript import { foo } from 'my-project' foo() ``` ## 🤝 Contributing Contributions are welcome! Please feel free to submit a Pull Request. 1. Fork the project 2. Create your feature branch (`git checkout -b feature/AmazingFeature`) 3. Commit your changes (`git commit -m 'Add some AmazingFeature'`) 4. Push to the branch (`git push origin feature/AmazingFeature`) 5. Open a Pull Request ## 📄 License This project is licensed under the MIT License — see the [LICENSE](LICENSE) file for details.