@svelterialjs/create-plugin

CLI tool to scaffold your Svelterial plugins.

Usage no npm install needed!

<script type="module">
  import svelterialjsCreatePlugin from 'https://cdn.skypack.dev/@svelterialjs/create-plugin';
</script>

README

@svelterialjs/create-plugin

NPM Version

Usage

This will create a template for a svelterial plugin in the my-app folder.

mkdir my-app
cd my-app

npm init @svelterialjs/plugin
# OR
npx @svelterialjs/create-plugin

npm install

Contributing

  • Clone this repo and run npm i
  • Build using npm build
  • Create a sample template using node bin ./test-folder