An open API service indexing awesome lists of open source software.

https://github.com/nice-winter/exif


https://github.com/nice-winter/exif

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# ts-esm-template

A template for node.js using typescript and esm

## Features

- ES Module support
- Linting & Formatting (git hook)
- Observe file changes and automatically restart

## Usage

### Initialization
```bash
npx degit hhui64/ts-esm-template
npm install
```

### Start

```bash
npm run dev
```