logitar-js
Version:
Helper functions distributed by Logitar.
38 lines (24 loc) • 484 B
Markdown
# Logitar.js
JavaScript helper functions distributed by Logitar.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/)
## Project Setup
```sh
npm install
```
### Type-Check, Compile and Minify for Production
```sh
npm run build
```
### Run Unit Tests and Code Coverage with [Vitest](https://vitest.dev/)
```sh
npm run test
```
### Run Unit Tests with Vitest
```sh
npm run test:dev
```
### Format with [Prettier](https://prettier.io/)
```sh
npm run format
```