Go to file
2024-02-21 11:45:35 +07:00
.vscode init 2024-02-21 11:45:10 +07:00
api init 2024-02-21 11:45:10 +07:00
build Create setup-user-service.sh 2024-02-21 11:45:35 +07:00
cmd/migration-tool init 2024-02-21 11:45:10 +07:00
codegen init 2024-02-21 11:45:10 +07:00
common init 2024-02-21 11:45:10 +07:00
dist init 2024-02-21 11:45:10 +07:00
model init 2024-02-21 11:45:10 +07:00
pkg init 2024-02-21 11:45:10 +07:00
route init 2024-02-21 11:45:10 +07:00
service init 2024-02-21 11:45:10 +07:00
.goreleaser.debug.yaml init 2024-02-21 11:45:10 +07:00
.goreleaser.yaml init 2024-02-21 11:45:10 +07:00
go.mod init 2024-02-21 11:45:10 +07:00
go.sum init 2024-02-21 11:45:10 +07:00
LICENSE init 2024-02-21 11:45:10 +07:00
main.go init 2024-02-21 11:45:10 +07:00
package.json init 2024-02-21 11:45:10 +07:00
README.md init 2024-02-21 11:45:10 +07:00
tsconfig.json init 2024-02-21 11:45:10 +07:00

CasaOS-UserService

Go Reference Go Report Card goreleaser codecov

User Service provides user management functionalities to CasaOS.

publish api to npm

edit version in package.json

run

yarn

yarn start

publish

Manual publish

yarn publish

Auto publish

git push origin dev**