anvil.scaffolding

A set of scaffolds for extending anvil

Usage no npm install needed!

<script type="module">
  import anvilScaffolding from 'https://cdn.skypack.dev/anvil.scaffolding';
</script>

README

Anvil Scaffolding

A set of anvil scaffolds to help with writing new anvil extensions.

Scaffolds:

localExt - creates a new local extension project for anvil npmExt - creates a new npm extension project for anvil plugin - adds a plugin file and stub implementation to the current extension project command - adds a command file and stub implementation to the current extension project task - adds a task file and stub implementation to the current extension project

Installation

anvil will install this plugin during post-install.