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

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

Awesome Lists containing this project

README

          

InnetJs logo by Mikhail Lysikov

#   @innet/plugins

 

[![NPM](https://img.shields.io/npm/v/@innet/plugins.svg)](https://github.com/d8corp/innet-plugins/blob/master/CHANGELOG.md)
[![minzipped size](https://img.shields.io/bundlephobia/minzip/@innet/plugins)](https://bundlephobia.com/result?p=@innet/plugins)
[![downloads](https://img.shields.io/npm/dm/@innet/plugins.svg)](https://www.npmjs.com/package/@innet/plugins)
[![license](https://img.shields.io/npm/l/@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).
[![issues](https://img.shields.io/github/issues-raw/d8corp/innet-plugins)](https://github.com/d8corp/innet-plugins/issues)
> ---
[![stars](https://img.shields.io/github/stars/d8corp/innet-plugins?style=social)](https://github.com/d8corp/innet-plugins/stargazers)
[![watchers](https://img.shields.io/github/watchers/d8corp/innet-plugins?style=social)](https://github.com/d8corp/innet-plugins/watchers)