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 missing Quasar components, directives and plugins to quasar.conf.js

  • 1.0.0-alpha.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

QAutomate (qautomate)

Please note that QAutomate is in alpha state.

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

QAutomate is an UI App Extension for Quasar Framework v1. It will not work with legacy versions of Quasar Framework.

This work is currently in alpha and there are expected changes while things get worked out. Your help with testing is greatly appreciated.

QAutomate

Automate various 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.
  2. Sorting of Components, Directives and Plugins within your Quasar.conf.js file.

Install

quasar ext add qautomate

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

Prompts

Mode [Automatic | Manual | Warn] - How QAutomate should behave when missing items are detected.

Sort [True | False] - Should QAutomate sort the items in components, directives or plugins?

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.

Support Us

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

Keywords

FAQs

Package last updated on 12 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