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

https://github.com/bcomnes/dual-package-template

Only use this if you basically have 0 dependencies. Dual packages basically don't support any esm dependencies, defeating the point.
https://github.com/bcomnes/dual-package-template

Last synced: over 1 year ago
JSON representation

Only use this if you basically have 0 dependencies. Dual packages basically don't support any esm dependencies, defeating the point.

Awesome Lists containing this project

README

          

# {{name}}
[![latest version](https://img.shields.io/npm/v/{{name}}.svg)](https://www.npmjs.com/package/{{name}})
[![Actions Status](https://github.com/bcomnes/{{name}}/workflows/tests/badge.svg)](https://github.com/bcomnes/{{name}}/actions)
[![Coverage Status](https://coveralls.io/repos/github/bcomnes/{{name}}/badge.svg?branch=master)](https://coveralls.io/github/bcomnes/{{name}}?branch=master)
[![downloads](https://img.shields.io/npm/dm/{{name}}.svg)](https://npmtrends.com/{{name}})
[![Socket Badge](https://socket.dev/api/badge/npm/package/{{name}})](https://socket.dev/npm/package/{{name}})

WIP - nothing to see here

```
npm install {{name}}
```

## Usage

``` js
import { {{name}} } from '{{name}}'
```

## License

MIT