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
- Host: GitHub
- URL: https://github.com/zewa666/aurelia-utils
- Owner: zewa666
- Created: 2020-09-11T20:26:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T18:50:24.000Z (almost 6 years ago)
- Last Synced: 2025-03-05T06:29:41.300Z (over 1 year ago)
- Language: TypeScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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