0.1.0 • Published 4 years ago

@svelterialjs/pluginutils v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@svelterialjs/create-plugin

NPM Version npm.io npm.io

Usage

This will help you develop better plugins for Svelterial.

Generate a minimal version of your plugin.

This can be used for REPL like environments where you have not set up the svelterial preprocessor. This will automatically generate preprocessed svelte files in the minimal directory using the default variables.

svelterial-minimal

This can now be imported as:

import Component from 'yourplugin/minimal';

Generate type definitions for your minimal plugin.

sveld && svelterial-types
0.1.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago