From be1f6deda0e0b9336bc30963a6e9332743cc7bd4 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Fri, 9 Dec 2022 13:06:20 -0500 Subject: [PATCH] cm remove example template --- _templates/day/new/hello.ejs.t | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 _templates/day/new/hello.ejs.t diff --git a/_templates/day/new/hello.ejs.t b/_templates/day/new/hello.ejs.t deleted file mode 100644 index 099ef04..0000000 --- a/_templates/day/new/hello.ejs.t +++ /dev/null @@ -1,13 +0,0 @@ ---- -to: app/hello.js ---- -const hello = ``` -Hello! -This is your first hygen template. - -Learn what it can do here: - -https://github.com/jondot/hygen -``` - -console.log(hello)