https://github.com/aleclarson/vite-plugin-template
https://github.com/aleclarson/vite-plugin-template
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/aleclarson/vite-plugin-template
- Owner: aleclarson
- License: mit
- Created: 2021-01-18T18:52:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T17:03:01.000Z (almost 5 years ago)
- Last Synced: 2025-01-18T02:16:45.648Z (over 1 year 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}}
[](https://www.npmjs.com/package/{{name}})
[](https://github.com/prettier/prettier)
[](https://paypal.me/alecdotbiz)
> {{description}}
### Usage
```ts
import {{camelize ident}} from '{{name}}'
export default {
plugins: [
{{camelize ident}}(),
]
}
```