Loading…
Generate a complete README.md by filling in your project name, description, install command, usage example, features, and license, with optional shields.io badges.
# my-project
 
A short description of what this project does.
## Installation
```bash
npm install my-project
```
## Usage
```
import { thing } from "my-project";
thing.doStuff();
```
## Features
- Zero-config setup
- Fully typed API
- Works in the browser and Node.js
## License
This project is licensed under the MIT license.