Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agc93/create-vortex-extension
A CLI/npm init module for scaffolding Vortex extensions
https://github.com/agc93/create-vortex-extension
Last synced: about 1 month ago
JSON representation
A CLI/npm init module for scaffolding Vortex extensions
- Host: GitHub
- URL: https://github.com/agc93/create-vortex-extension
- Owner: agc93
- Created: 2020-08-14T16:50:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T06:15:53.000Z (over 3 years ago)
- Last Synced: 2024-11-07T20:11:54.947Z (about 1 month ago)
- Language: TypeScript
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `create-vortex-extension`
> A lightweight(ish) CLI for scaffolding new Vortex extensions
## Installation
You don't actually need to, realistically. Just run `npm init vortex-extension` and `npm` will do the hard work of downloading and running the CLI.
If you really want to install it, just run `npm i -g create-vortex-extension` then run `create-vortex-extension` to get started.
## Options
The scaffolding process is interactive and will prompt you for some required information. To cut down on questions, you can also run `create-vortex-extension --defaults` to use reasonable defaults for most choices (this is still interactive though!). You can also pass `--install` to immediately install all the required dependencies (only applies to some templates).