aotds-docks/_templates/generator/with-prompt/hello.ejs.t

19 lines
255 B
Perl
Raw Normal View History

2022-03-26 17:10:11 +00:00
---
to: _templates/<%= 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)