Skip to content

Commit

Permalink
fix: update readme and package
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed May 23, 2023
1 parent edaa686 commit bd02a80
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
<p align="center">
<a href="https://expresso-ts.com/" target="blank"><img src="https://github.com/expressots/expressots/blob/main/media/alogo.png" width="120" alt="Expresso TS Logo" /></a>
<a href="https://expresso-ts.com/" target="blank"><img src="https://github.com/expressots/expressots/blob/main/media/expressots.png" width="120" alt="Expresso TS Logo" /></a>
</p>

# Expresso TS

A Typescript + [Node.js]("https://nodejs.org/en/") lightweight framework for quick building scalable, easy to read and maintain, server-side applications 🚀

# <h1 align="left">Expresso TS CLI Tool</h1>

## Description

The Expresso TS CLI is a command-line interface tool that helps you to create `ExpressoTS` projects, develop, and maintain your applications and resources created. It assists in multiple ways, including scaffolding the project as well as the services offered by the application such as use cases, controllers, providers and more.
The ExpressoTS CLI is a command-line interface tool that helps you to create `ExpressoTS` projects, develop, and maintain your applications and resources created. It assists in multiple ways, including creating the project as well as scaffolding services offered by the application such as use cases, controllers, providers and more.

## Installation 💻

```
npm install -g @expressots/cli
```bash
npm i -g @expressots/cli
```

## Usage
Expand All @@ -20,9 +24,10 @@ Learn more in the [official documentation](https://expresso-ts.com/docs/category

## Stay in touch

- Author: Daniel Boll | Richard Zampieri
- Website: [https://expresso-ts.com](https://expresso-ts.com)
- Twitch: [@expressots Development](https://www.twitch.tv/richardzampieri)

## License

Expresso TS is [MIT Licensed](https://github.com/expressots/expressots-cli/blob/main/LICENSE.md)
ExpressoTS is [MIT Licensed](https://github.com/expressots/expressots-cli/blob/main/LICENSE.md)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"node": ">=18.10.0"
},
"funding": {
"type": "",
"url": ""
"type": "github",
"url": "https://github.com/sponsors/expressots"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit bd02a80

Please sign in to comment.