https://github.com/devfeel/dotcode
code generater base on dotweb & dotlog & cache & mapper & database
https://github.com/devfeel/dotcode
Last synced: 7 months ago
JSON representation
code generater base on dotweb & dotlog & cache & mapper & database
- Host: GitHub
- URL: https://github.com/devfeel/dotcode
- Owner: devfeel
- Created: 2018-03-14T05:30:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T06:16:49.000Z (over 7 years ago)
- Last Synced: 2025-04-21T17:47:06.807Z (10 months ago)
- Language: Go
- Size: 1.96 MB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotcode
code generater base on dotweb & dotlog & cache & mapper & database
# how to use
* download dotcode.exe
* run cmd like this: dotcode.exe -project={package name} -path={code path}
if run success, it will print:
```
{code path}/main.go
{code path}/config/config.go
{code path}/config/model.go
{code path}/const/const.go
{code path}/core/cmap.go
{code path}/core/exception/exception.go
{code path}/document/demo.MD
{code path}/global/global.go
{code path}/protected/config.go
{code path}/protected/service.go
{code path}/protected/model/DemoInfo.go
{code path}/protected/repository/BaseRepository.go
{code path}/protected/repository/DemoRepository.go
{code path}/protected/service/BaseService.go
{code path}/protected/service/demo/DemoService.go
{code path}/server/router.go
{code path}/server/server.go
{code path}/server/contract/ResponseInfo.go
{code path}/server/handlers/test/default.go
{code path}/server/handlers/demo/demo.go
{code path}/server/validate/validate.go
{code path}/util/file/file.go
{code path}/util/json/json.go
{code path}/util/http/http.go
{code path}/protected/version.yaml
{code path}/protected/config/develop/app.conf
{code path}/protected/config/develop/dotlog.conf
{code path}/protected/config/develop/dotweb.conf
```