prettier
This commit is contained in:
parent
cb4d586ca1
commit
ba6b28b440
@ -11,5 +11,3 @@ https://github.com/jondot/hygen
|
|||||||
```
|
```
|
||||||
|
|
||||||
console.log(hello)
|
console.log(hello)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
module.exports = [
|
module.exports = [
|
||||||
{
|
{
|
||||||
type: 'input',
|
type: "input",
|
||||||
name: 'day',
|
name: "day",
|
||||||
message: "advent day?"
|
message: "advent day?",
|
||||||
}
|
},
|
||||||
]
|
];
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
message: |
|
message: |
|
||||||
hygen {bold generator new} --name [NAME] --action [ACTION]
|
hygen {bold generator new} --name [NAME] --action [ACTION]
|
||||||
hygen {bold generator with-prompt} --name [NAME] --action [ACTION]
|
hygen {bold generator with-prompt} --name [NAME] --action [ACTION]
|
||||||
---
|
---
|
||||||
|
@ -14,5 +14,3 @@ https://github.com/jondot/hygen
|
|||||||
```
|
```
|
||||||
|
|
||||||
console.log(hello)
|
console.log(hello)
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,5 +14,3 @@ https://github.com/jondot/hygen
|
|||||||
```
|
```
|
||||||
|
|
||||||
console.log(hello)
|
console.log(hello)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user