Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit ae656c3

Browse files
committed
feat: next rel
1 parent 4a6d021 commit ae656c3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storyblok/create-demo",
3-
"description": "A CLI to quickly start a Storyblok project",
3+
"description": "A CLI tool for quickly starting a Storyblok project",
44
"version": "1.0.1",
55
"author": "Alexander Feiglstorfer",
66
"main": "dist/index.js",
@@ -82,7 +82,10 @@
8282
},
8383
"homepage": "https://github.com/storyblok/storyblok-create-demo",
8484
"keywords": [
85-
"oclif"
85+
"CLI",
86+
"Storyblok",
87+
"project starter",
88+
"command line tool"
8689
],
8790
"license": "MIT",
8891
"repository": {

src/commands/default.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import replace from '../lib/replace'
1414
import regions, {Region} from '../lib/regions'
1515

1616
export default class CreateStoryblokAppCommand extends Command {
17-
static description = 'CLI for quickly starting a project with Storyblok';
17+
static description = 'The CLI tool for quickly starting a Storyblok project';
1818

1919
static flags = {
2020
help: Flags.help({char: 'h'}),

0 commit comments

Comments
 (0)