init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// %FFILE%
|
||||
// Copyright (C) %YEAR% %USER% <%MAIL%>
|
||||
// %FDATE%
|
||||
// Distributed under terms of the %LICENSE% license.
|
||||
//
|
||||
|
||||
package main
|
||||
|
||||
%HERE%
|
||||
@@ -0,0 +1,8 @@
|
||||
//
|
||||
// %FFILE%
|
||||
// Copyright (C) %YEAR% %USER% <%MAIL%>
|
||||
// %FDATE%
|
||||
// Distributed under terms of the %LICENSE% license.
|
||||
//
|
||||
|
||||
%HERE%
|
||||
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
* %FFILE%
|
||||
* Copyright (C) %YEAR% %USER% <%MAIL%>
|
||||
* %FDATE%
|
||||
* Distributed under terms of the %LICENSE% license.
|
||||
*/
|
||||
|
||||
%HERE%
|
||||
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user