Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aleclarson/vite-plugin-template
https://github.com/aleclarson/vite-plugin-template
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aleclarson/vite-plugin-template
- Owner: aleclarson
- License: mit
- Created: 2021-01-18T18:52:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T17:03:01.000Z (over 3 years ago)
- Last Synced: 2024-10-13T04:06:01.500Z (24 days ago)
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}}(),
]
}
```