https://github.com/caomeiyouren/cmyr-sign
草梅友仁设计的计算签名和校验签名的包
https://github.com/caomeiyouren/cmyr-sign
Last synced: 6 months ago
JSON representation
草梅友仁设计的计算签名和校验签名的包
- Host: GitHub
- URL: https://github.com/caomeiyouren/cmyr-sign
- Owner: CaoMeiYouRen
- License: mit
- Created: 2023-04-05T15:06:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T20:18:28.000Z (11 months ago)
- Last Synced: 2024-11-07T14:51:44.792Z (11 months ago)
- Language: TypeScript
- Size: 50.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
cmyr-sign
> 草梅友仁设计的计算签名和校验签名的包
### 🏠 [主页](https://github.com/CaoMeiYouRen/cmyr-sign#readme)
[https://github.com/CaoMeiYouRen/cmyr-sign#readme](https://github.com/CaoMeiYouRen/cmyr-sign#readme)
### ✨ [Demo](https://github.com/CaoMeiYouRen/cmyr-sign#readme)
[https://github.com/CaoMeiYouRen/cmyr-sign#readme](https://github.com/CaoMeiYouRen/cmyr-sign#readme)
## 依赖要求
- node >=14
## 安装
```sh
npm install cmyr-sign
```## 使用
```sh
npm run start
```## 开发
```sh
npm run dev
```## 编译
```sh
npm run build
```## Lint
```sh
npm run lint
```## Commit
```sh
npm run commit
```## 作者
👤 **CaoMeiYouRen**
* Website: [https://blog.cmyr.ltd/](https://blog.cmyr.ltd/)
* GitHub: [@CaoMeiYouRen](https://github.com/CaoMeiYouRen)## 🤝贡献
欢迎 贡献、提问或提出新功能!
如有问题请查看 [issues page](https://github.com/CaoMeiYouRen/cmyr-sign/issues).
贡献或提出新功能可以查看[contributing guide](https://github.com/CaoMeiYouRen/cmyr-sign/blob/master/CONTRIBUTING.md).## 💰支持
如果觉得这个项目有用的话请给一颗⭐️,非常感谢
## 📝 License
Copyright © 2023 [CaoMeiYouRen](https://github.com/CaoMeiYouRen).
This project is [MIT](https://github.com/CaoMeiYouRen/cmyr-sign/blob/master/LICENSE) licensed.***
_This README was generated with ❤️ by [cmyr-template-cli](https://github.com/CaoMeiYouRen/cmyr-template-cli)_