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 🙏

© 2026 – Pkg Stats / Ryan Hefner

progression_qc

v3.2.0-b3

Published

progression_qc est un compilateur/validateur pour la production de d'exercices pour Progression. progression_qc reçoit sur l'entrée standard ou en paramètre un fichier YAML contenant la description d'une question et reproduit sur la sortie standard le rés

Downloads

4

Readme

  • DESCRIPTION :

~progression_qc~ est un compilateur/validateur pour la production de d'exercices pour [[https://progression.pages.dti.crosemont.quebec/progression_backend/][Progression]]. ~progression_qc~ reçoit sur l'entrée standard ou en paramètre un fichier YAML contenant la description d'une question et reproduit sur la sortie standard le résultat traité et validé.

  • UTILISATION :

    ~progression_qc [-h|--help|-V]~

    ~progression_qc [-q|--quiet|-v|--verbose] [-j|--json] [--strict] [fichier]~

Où ~fichier~ est le chemin d'accès du fichier YAML composant l'exercice (~info.yml~ dans [[https://progression.pages.dti.crosemont.quebec/documentation/contenu/structure_exercice.html][documentation des exercices]]). En son absence, le contenu est récupéré depuis ~/dev/stdin~.

~-h, --help~ : affiche cette page d'aide.

~-V~ : affiche la version.
  • OPTIONS :

    ~-j, --json~ : affiche le résultat et les erreurs/avertissements de validation en format JSON. Par défaut, le résultat est affiché en YAML et les erreurs/avertissements de la validation est en format humainement lisible.

    ~-q, --quiet~ : ne produit aucun affichage.

    ~--v, --verbose~ : affiche plus d'information.

    ~--strict~ : l'exercice n'est considéré valide que si aucune erreur ni avertissement n'a été produit.

  • RETOUR :

    • 0 : l'exercice est valide. Des avertissements peuvent avoir été produits si le drapeau ~--strict~ n'a pas été utilisé.
    • 1 : l'exercice n'est pas valide. Des erreurs ont été produites.
    • 2 : l'exercice est valide mais des avertissements ont été produits et le drapeau ~--strict~ a été utilisé.
    • 255 : Erreur de lecture du fichier
  • EXEMPLES :

    Valider la question contenue dans le fichier ~mesquestion/maquestion/info.yml~ en format humainement lisible :

    ~progression_qc ./mesquestions/maquestion/info.yml~

    Valider la question contenue dans le fichier ~mesquestion/maquestion/info.yml~ en format JSON :

    ~progression_qc --json ./mesquestions/maquestion/info.yml~

  • COPYRIGHT :

Copyright © 2021. License GPLv3+: GNU GPL version 3 or later https://gnu.org/licenses/gpl.html.

This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.