templates

This commit is contained in:
veypi
2024-10-15 19:31:12 +08:00
parent 104145392c
commit 7ff7f47104
8 changed files with 61 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
//
// %FFILE%
// Copyright (C) %YEAR% %USER% <%MAIL%>
// %FDATE%
// Distributed under terms of the %LICENSE% license.
//
package main
%HERE%
+8
View File
@@ -0,0 +1,8 @@
//
// %FFILE%
// Copyright (C) %YEAR% %USER% <%MAIL%>
// %FDATE%
// Distributed under terms of the %LICENSE% license.
//
%HERE%
+8
View File
@@ -0,0 +1,8 @@
/*
* %FFILE%
* Copyright (C) %YEAR% %USER% <%MAIL%>
* %FDATE%
* Distributed under terms of the %LICENSE% license.
*/
%HERE%
+16
View File
@@ -0,0 +1,16 @@
<!--
* %FFILE%
* Copyright (C) %YEAR% %USER% <%MAIL%>
* %FDATE%
* Distributed under terms of the %LICENSE% license.
-->
<template>
<div>%HERE%</div>
</template>
<script lang="ts" setup>
</script>
<style scoped>
</style>
+9
View File
@@ -0,0 +1,9 @@
#
# %FFILE%
# Copyright (C) %YEAR% %USER% <%MAIL%>
# %FDATE%
# Distributed under terms of the %LICENSE% license.
#
all:
%HERE%@echo "%FFILE% needs your attention"