webapp/gen/generator/with-prompt/hello.ejs.t
2024-02-04 12:03:15 +03:00

17 lines
246 B
Perl

---
to: gen/<%= name %>/<%= action || 'new' %>/hello.ejs.t
---
---
to: app/hello.js
---
const hello = ```
Hello!
This is your first prompt based hygen template.
Learn what it can do here:
https://github.com/jondot/hygen
```
console.log(hello)