style: update cli template

pull/56/head
moonrailgun 2 years ago
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…
Cancel
Save