npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@quasar/quasar-app-extension-wizard

v1.0.0-alpha.2

Published

An App Extension that lets you install a collection of App Extensions and keep them Up to Date

Downloads

25

Readme

@quasar/wizard

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

The Wizard helps you discover App Extensions, painlessly install collections of them and keep your Quasar environment up to date.

To find out more about App Extensions, please visit:

  • https://quasar.dev/app-extensions/introduction

Install

$ quasar ext add @quasar/wizard

Quasar CLI will retrieve the app extension from NPM and install it. You can (add) this extension as many times as you want, and is only a meta App Extension.

You can only install this inside of a project built and managed by the Quasar CLI v1.0.0 or greater.

Prompts

Upgrade Strategy

? Choose Upgrade Strategy
❯ Never upgrade during dev [skip upgrade] 
  Notify about upgrades during dev [quasar upgrade] 
  Force upgrades during dev [quasar upgrade -i]

The Upgrade feature hooks quasar upgrade every time you run quasar dev. This will add several seconds to the time to first load of the dev server, but guarantees that you are always notified if there are upgrades - and if you choose to force upgrades, it will upgrade Quasar core packages and App Extensions. Obviously it will exit the dev process and you will have to manually restart the devserver.

Install Extensions

? Choose Wizard Methodology
❯ Exit now, I just want upgrades 
  Choose from Collections 
  Pick from Official Catalog 
  Pick from all Known App Extensions 
  Search for App Extensions

Wizard brings you a number of ways to discover and install groups of (or individual) App Extensions.

Please note: If Wizard detects that an app extension is already installed, it will not attempt to add the extension again.

Collections

The Quasar team manages collections of curated App Extensions, and if you select the Choose from Collections options, you will be presented with the titles of the available collections. If you choose one, you will then be presented with the list of app extensions that will be installed, and you can choose to deselect any you do not want.

The collections are sourced from the cdn.quasar.dev

Official Catalog

Quasar App Extensions are extremely powerful, and we carefully audit and maintain all official app extensions. If you Pick from Official Catalog, you will be presented with a list of all official app extensions, their versions and descriptions. You can choose one or many.

All Extensions

If you Pick from all Known App Extensions, all properly constructed and registered app extensions will be presented to you in a list. Please note: Quasar is not responsible for the quality or security of third party App Extensions.

Search [Experimental]

You can Search for App Extensions by entering a search term. At the time of writing, we are currently using the NPM search API, which tends not to return all expected results.

Uninstall

quasar ext remove @quasar/wizard

Info

Add longer information here that will help the user of your app extension.

Other Info

Add other information that's not as important to know

Donate

If you appreciate the work that went into this App Extension, please consider donating to Quasar.

License

(c) 2019 Daniel Thompson-Yvetot & Razvan Stoenescu MIT