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
anvil will install this plugin during post-install.