@svelterialjs/pluginutils

CLI helper tools for Svelterial plugins.

Usage no npm install needed!

<script type="module">
  import svelterialjsPluginutils from 'https://cdn.skypack.dev/@svelterialjs/pluginutils';
</script>

README

@svelterialjs/create-plugin

NPM Version

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