An open API service indexing awesome lists of open source software.

https://github.com/zewa666/aurelia-utils

VSCode extension with various utilities for working with Aurelia.io
https://github.com/zewa666/aurelia-utils

Last synced: 11 months ago
JSON representation

VSCode extension with various utilities for working with Aurelia.io

Awesome Lists containing this project

README

          

# Aurelia utils

A collection of useful utilities when working with [Aurelia.io](https://aurelia.io)

## Create new custom element
Either called via command (F1 menu) or context menu click in workspace on a folder.
Will ask for a custom element name and project language (ts/js) and create a pair of VM and View files

## Snippets
The following list of snippets is available both for JS and TS:

* au-import-framework -> `import { } from "aurelia-framwork"`;
* au-store-action -> create a new Aurelia-Store action stub