Skip to content

Commit

Permalink
feat: Display commands in tabular format (#297)
Browse files Browse the repository at this point in the history
* display commands in tabular format 🚀

* minor fix 🚧

Co-authored-by: Thomas Davis <thomasalwyndavis@gmail.com>
  • Loading branch information
jamesgeorge007 and thomasdavis committed Nov 17, 2020
1 parent 7fb40da commit f44775c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -18,6 +18,16 @@ Install the command-line tool:
npm install -g resume-cli
```

## Commands at a glance

| command | description |
| ------- | ----------- |
| init | Initialize a `resume.json` file |
| test | Schema validation test your `resume.json` |
| export [fileName.html] | Export locally to `.html` |
| serve | Serve resume at `http://localhost:4000/` |


# Usage

## `resume --help`
Expand Down

0 comments on commit f44775c

Please sign in to comment.