Skip to content

Commit

Permalink
feat: Create App Commander
Browse files Browse the repository at this point in the history
  • Loading branch information
rrr523 committed Sep 15, 2023
1 parent 2eb289c commit 1b69cbd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/five-files-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@bnb-chain/create-gnfd-app': patch
---

release create app
2 changes: 2 additions & 0 deletions packages/create-gnfd-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
```bash
> npx @bnb-chain/create-gnfd-app
```

![](./example.gif)
6 changes: 5 additions & 1 deletion packages/create-gnfd-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
],
"author": "",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"dependencies": {
"@inquirer/prompts": "^3.1.1",
"commander": "^11.0.0",
Expand All @@ -42,4 +46,4 @@
"@types/fs-extra": "^11.0.1",
"@types/validate-npm-package-name": "^4.0.0"
}
}
}

0 comments on commit 1b69cbd

Please sign in to comment.