mirror of https://github.com/msgbyte/tailchat
style: update cli template
parent
9818197004
commit
0050f233a2
@ -1 +1,3 @@
|
||||
console.log('Plugin {{name}} is loaded');
|
||||
const PLUGIN_NAME = '{{name}}';
|
||||
|
||||
console.log(`Plugin ${PLUGIN_NAME} is loaded`);
|
||||
|
@ -1 +1,3 @@
|
||||
console.log('Plugin {{name}} is loaded');
|
||||
const PLUGIN_NAME = '{{name}}';
|
||||
|
||||
console.log(`Plugin ${PLUGIN_NAME} is loaded`);
|
||||
|
Loading…
Reference in New Issue