https://github.com/d8corp/innet-plugins
innet plugin to provide other plugins
https://github.com/d8corp/innet-plugins
Last synced: about 1 year ago
JSON representation
innet plugin to provide other plugins
- Host: GitHub
- URL: https://github.com/d8corp/innet-plugins
- Owner: d8corp
- License: mit
- Created: 2021-01-05T14:26:55.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-17T20:11:56.000Z (about 5 years ago)
- Last Synced: 2025-03-21T09:03:58.026Z (over 1 year ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

# @innet/plugins
[](https://github.com/d8corp/innet-plugins/blob/master/CHANGELOG.md)
[](https://bundlephobia.com/result?p=@innet/plugins)
[](https://www.npmjs.com/package/@innet/plugins)
[](https://github.com/d8corp/innet-plugins/blob/master/LICENSE)
This plugin helps to provide other plugins into a peace of application.
### Installation
npm
```bash
npm i @innet/plugins
```
yarn
```bash
yarn add @innet/plugins
```
Or you can include the scripts into the `head`.
```html
```
### Using
Provide the plugin to `innet`
```typescript jsx
import innet from 'innet'
import plugins from '@innet/plugins'
import app from './app'
innet(app, undefined, {plugins})
```
Then you can use `plugins` to include any plugin inside the content.
```typescript jsx
import to from '@innet/to'
export default (
<>
>
)
```
You get this
```html
```
### Issues
If you find a bug or have a suggestion, please file an issue on [GitHub](https://github.com/d8corp/innet-plugins/issues).
[](https://github.com/d8corp/innet-plugins/issues)
> ---
[](https://github.com/d8corp/innet-plugins/stargazers)
[](https://github.com/d8corp/innet-plugins/watchers)