1 parent 61b14ea commit 7e3c5b5Copy full SHA for 7e3c5b5
1 file changed
website/docs/merkur-cli.md
@@ -28,7 +28,7 @@ You can use [createCommandConfig](https://github.com/mjancarik/merkur/blob/maste
28
2. Create a new **esm** file in `commands` folder and name it after the command. Eg. `cssVarsGenerator.mjs`
29
3. Create new command in the file.
30
You can use following template:
31
-```
+```javascript
32
import chalk from 'chalk';
33
import path from 'path';
34
import { pathToFileURL } from 'url';
0 commit comments