Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aleclarson/vite-plugin-template


https://github.com/aleclarson/vite-plugin-template

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# {{name}}

[![npm](https://img.shields.io/npm/v/{{name}}.svg)](https://www.npmjs.com/package/{{name}})
[![Code style: Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/alecdotbiz)

> {{description}}

 

### Usage

```ts
import {{camelize ident}} from '{{name}}'

export default {
plugins: [
{{camelize ident}}(),
]
}
```