Skip to content

Commit

Permalink
fix: mejora readme y actualiza paquetes
Browse files Browse the repository at this point in the history
  • Loading branch information
drusco committed Feb 26, 2024
1 parent 9500497 commit c73ec27
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 59 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# Installation
## Installation

### Install dependencies
#### Install dependencies

`npm i`

### Run husky script
#### Run husky script

`npm run prepare`

# Development
## Development

### Typscript compiler watch mode
#### Typscript compiler watch mode

`npm run dev`

### Compile to javascript
#### Compile to javascript

files will be available on the dist directory

`npm run build`

### Run Unit Tests
#### Run Unit Tests

`npm run test`
`npm test`

### Lint files
#### Lint files

`npm run lint`
100 changes: 50 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c73ec27

Please sign in to comment.