Skip to content

Commit

Permalink
Add demo to README
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-y committed Nov 9, 2018
1 parent 1778b58 commit 9b473a1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@

<p align="center">
<img width="500" src="./demo.svg">
</p>

# Cliffy - A Framework For Interactive CLIs

Cliffy is a simple, powerful utility for making interactive command line interfaces.
Expand Down
1 change: 1 addition & 0 deletions demo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const cli = new CLI();

cli
.setName("Cliffy Example CLI")
.setVersion(require(`${__dirname}/../package.json`).version)
.setVersion("2.0.0")
.setInfo("This is an example CLI. Made with Cliffy")
.setDelimiter("server console -> ")
.addCommand("add", {
Expand Down

0 comments on commit 9b473a1

Please sign in to comment.