Skip to content

Commit c075880

Browse files
committed
Update docs
Fixes #18
1 parent f3b9899 commit c075880

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ in your CLI application, enhancing user experience with minimal effort.
2828
npm install --save interactive-commander
2929
```
3030

31+
You can also scaffold a new project with Interactive Commander and TypeScript
32+
with [create-interactive-commander][4]. To do so, run the following command and
33+
follow the prompts:
34+
35+
```bash
36+
npm create interactive-commander@latest
37+
```
38+
3139
## Usage
3240

3341
```typescript
@@ -176,3 +184,4 @@ await program
176184
[1]: https://github.com/tj/commander.js
177185
[2]: https://github.com/SBoudrias/Inquirer.js
178186
[3]: https://github.com/tj/commander.js#other-option-types-negatable-boolean-and-booleanvalue
187+
[4]: https://github.com/fardjad/node-create-interactive-commander

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interactive-commander",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "Commander.js with integrated interactive prompts",
55
"keywords": [
66
"commander",

0 commit comments

Comments
 (0)