2024-02-21 11:45:10 +07:00
|
|
|
# CasaOS-UserService
|
|
|
|
|
2024-02-21 12:06:40 +07:00
|
|
|
[](https://pkg.go.dev/github.com/KaySar12/NextZen-UserService) [](https://goreportcard.com/report/github.com/KaySar12/NextZen-UserService) [](https://github.com/KaySar12/NextZen-UserService/actions/workflows/release.yml) [](https://codecov.io/gh/IceWhaleTech/CasaOS-UserService)
|
2024-02-21 11:45:10 +07:00
|
|
|
|
|
|
|
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**
|
|
|
|
```
|