mirror of
https://github.com/KaySar12/NextZen-UserService.git
synced 2025-03-15 15:15:35 +07:00
30 lines
970 B
Markdown
30 lines
970 B
Markdown
|
# CasaOS-UserService
|
||
|
|
||
|
[](https://pkg.go.dev/github.com/IceWhaleTech/CasaOS-UserService) [](https://goreportcard.com/report/github.com/IceWhaleTech/CasaOS-UserService) [](https://github.com/IceWhaleTech/CasaOS-UserService/actions/workflows/release.yml) [](https://codecov.io/gh/IceWhaleTech/CasaOS-UserService)
|
||
|
|
||
|
User Service provides user management functionalities to CasaOS.
|
||
|
|
||
|
|
||
|
|
||
|
## publish api to npm
|
||
|
|
||
|
### edit version in package.json
|
||
|
|
||
|
### run
|
||
|
```bash
|
||
|
yarn
|
||
|
|
||
|
yarn start
|
||
|
```
|
||
|
|
||
|
### publish
|
||
|
|
||
|
Manual publish
|
||
|
```bash
|
||
|
yarn publish
|
||
|
```
|
||
|
|
||
|
Auto publish
|
||
|
```bash
|
||
|
git push origin dev**
|
||
|
```
|