Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

quasar-app-extension-qautomate

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quasar-app-extension-qautomate

Automatically add components, directives and plugins to quasar.conf.js

  • 1.0.0-alpha.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

QAutomate

Please note that QAutomate is in alpha state.

npm (scoped) GitHub code size in bytes GitHub repo size in bytes npm

Automate certain tasks when developing in Quasar.

Currently supports:

  1. Automatically look for Quasar Components, Directives and Plugins used within your project and add them to your Quasar.conf.js file.

Install

quasar ext add qautomate

Quasar CLI will retrieve it from NPM and install the extension.

Prompts

(yet to be implemented):

  1. AutoFix - Whether or not the AE should auto add to the Quasar conf or just notify in console.
  2. Manual Mode - Show a list of missing components / directives / plugins and allow you to select which ones to add.

Uninstall

quasar ext remove qautomate

Example

Index.vue Add <q-input /> to your template without having it in your quasar.conf.js file and it'll automatically add QInput and rebuild.

Add this.$q.loading.show() to your source in created and it'll automatically add the Loading plugin to your quasar.conf.js file.

More to follow ...

Roadmap

  • CLI command to check the source for any unused components and list / remove from quasar.conf.js file.

Patreon

If you like (and use) this App Extension, please consider becoming a Quasar GH Sponsor.

Keywords

FAQs

Package last updated on 03 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc