Browse Source

prettier

main
Yanick Champoux 6 months ago
parent
commit
7ee1e6131f
  1. 2
      _templates/day/new/hello.ejs.t
  2. 10
      _templates/day/new/prompt.js
  3. 2
      _templates/generator/help/index.ejs.t
  4. 2
      _templates/generator/new/hello.ejs.t
  5. 2
      _templates/generator/with-prompt/hello.ejs.t

2
_templates/day/new/hello.ejs.t

@ -11,5 +11,3 @@ https://github.com/jondot/hygen @@ -11,5 +11,3 @@ https://github.com/jondot/hygen
```
console.log(hello)

10
_templates/day/new/prompt.js

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
module.exports = [
{
type: 'input',
name: 'day',
message: "advent day?"
}
]
type: "input",
name: "day",
message: "advent day?",
},
];

2
_templates/generator/help/index.ejs.t

@ -2,4 +2,4 @@ @@ -2,4 +2,4 @@
message: |
hygen {bold generator new} --name [NAME] --action [ACTION]
hygen {bold generator with-prompt} --name [NAME] --action [ACTION]
---
---

2
_templates/generator/new/hello.ejs.t

@ -14,5 +14,3 @@ https://github.com/jondot/hygen @@ -14,5 +14,3 @@ https://github.com/jondot/hygen
```
console.log(hello)

2
_templates/generator/with-prompt/hello.ejs.t

@ -14,5 +14,3 @@ https://github.com/jondot/hygen @@ -14,5 +14,3 @@ https://github.com/jondot/hygen
```
console.log(hello)

Loading…
Cancel
Save