fix(core): update
This commit is contained in:
21
assets/templates/service/.smartscaf.yml
Normal file
21
assets/templates/service/.smartscaf.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
defaults:
|
||||
module.name: smartmodule
|
||||
module.description: a smart description
|
||||
module.author: Anonymous
|
||||
module.license: UNLICENSED
|
||||
module.githost: gitlab.com
|
||||
projectType: service
|
||||
|
||||
dependencies:
|
||||
merge:
|
||||
- ../gitignore
|
||||
- ../ci_docker
|
||||
- ../dockerfile_service
|
||||
- ../tsconfig_update
|
||||
- ../cli
|
||||
- ../readme
|
||||
- ../vscode
|
||||
|
||||
runafter:
|
||||
- pnpm install
|
||||
- gitzone format
|
Reference in New Issue
Block a user