Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 539 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 539 Bytes

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.