https://github.com/nice-winter/exif
https://github.com/nice-winter/exif
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nice-winter/exif
- Owner: nice-winter
- License: mit
- Created: 2023-12-15T08:59:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T08:59:59.000Z (over 2 years ago)
- Last Synced: 2025-04-10T23:48:35.456Z (about 1 year ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```