Skip to content

Commit

Permalink
docs: add installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodexhub committed Oct 2, 2023
1 parent 7555d4b commit eafc2d0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,19 @@ A Command-Line Interface for generating a production-ready starter template.

Developed with 💜 by [thecodexhub](https://github.com/thecodexhub)

<img src="assets/images/recording.gif?raw=true" alt="xarvis cli">
<!-- <img src="assets/images/recording.gif?raw=true" alt="xarvis cli"> -->

## Supported Templates

- [xarvis-express-js](https://github.com/thecodexhub/xarvis-express-js) - A Xarvis Express app with JavaScript: (See [features](https://github.com/thecodexhub/xarvis-express-js#features) list)
- [xarvis-express-ts](https://github.com/thecodexhub/xarvis-express-ts) - A Xarvis Express app with TypeScript: (See [features](https://github.com/thecodexhub/xarvis-express-ts#features) list)

## Installation

```
$ npm install -g xarvis-cli
```

## Commands

### `xarvis -h` or `xarvis --help` - Display the usage information.
Expand Down

0 comments on commit eafc2d0

Please sign in to comment.