2022-08-05 06:14:53 +07:00
|
|
|
# CasaOS-UserService
|
|
|
|
|
2023-01-18 00:38:22 +07:00
|
|
|
[](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)
|
2022-08-07 09:54:31 +07:00
|
|
|
|
2022-08-05 06:14:53 +07:00
|
|
|
User Service provides user management functionalities to CasaOS.
|
2023-03-16 01:07:38 +07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 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**
|
|
|
|
```
|