No known key found for this signature in database
GPG Key ID: 51D5A407BFCE64A9
2 changed files with
3 additions and
10 deletions
-
src/commands/add/prettier.ts
-
src/commands/wall/index.ts
|
|
|
@ -9,13 +9,7 @@ import { BaseAddCommand } from '../../utls/base-add-command'; |
|
|
|
plugins.set('fs', fs); |
|
|
|
|
|
|
|
export default class Prettier extends BaseAddCommand { |
|
|
|
static description = 'describe the command here'; |
|
|
|
|
|
|
|
static examples = [ |
|
|
|
`$ nbx wall
|
|
|
|
hello world from ./src/hello.ts! |
|
|
|
`,
|
|
|
|
]; |
|
|
|
static description = 'add prettier to project and format it'; |
|
|
|
|
|
|
|
static flags = { |
|
|
|
...BaseCommand.flags, |
|
|
|
|
|
|
|
@ -14,11 +14,10 @@ interface WallhavenItem { |
|
|
|
} |
|
|
|
|
|
|
|
export default class Wall extends BaseCommand { |
|
|
|
static description = 'describe the command here'; |
|
|
|
static description = 'download a wallpaper from wallhaven using search'; |
|
|
|
|
|
|
|
static examples = [ |
|
|
|
`$ nbx wall
|
|
|
|
hello world from ./src/hello.ts! |
|
|
|
`$ nbx wall -r "cat" -o "wall.jpg" -fg
|
|
|
|
`,
|
|
|
|
]; |
|
|
|
|
|
|
|
|