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

gorhcli

v0.12.0

Published

cli for working on adapt-learning course with multiple courses

Downloads

4

Readme

gorhCli

expériences aves vorpaljs pour faire une cli et automatiser certains workflows autour d'adapt

usage

###installation

  • cloner le repo
  • ouvrir un terminal dedans

release

  • npm install -g ./
  • npm link

en dev ou pour utiliser develop

  • git checkout develop
  • npm install -g ./
  • npm link

tapper gorh (mais pas trop fort)

commandes

  • clear effacer le contenu du répertoire
  • rc crer le fichier .gorhclirc.cson (voir plus bas)
  • init initialiser le répertoire (git, npm, editorconfig)
  • build build tout les cours du .gorhclirc
  • manifest crer les fichier imsManifest.xml (utilse les infos du .gorhclirc)
  • zip zip les repertoires du build
  • make build, créée les manifests, zipe
  • switch permet de créer les liens symboliques pour les cours
  • trad extract extrait les chaines de caractere a traduire d'un cours adapt

Configuration

.gorhClirc

le fichier .gorhClirc est un fichier qui a pour but a terme de contenir toutes les informations dont les outils de build on besoins. Il est mainteant en Json, ou peut aussi utiliser le standard ini.

le fichier de configuration est utilisé pour les projet autour d'adapt, et assument une certaine hierarchie et un workflow.

par defaut le cour de base s'appelle 'course-00', 'course' n'est pas a utiliser, il sera symlinké par le processus de build !!!

la configuration est chargé en utilisant le module rc ce qui permet d'avoir aussi une config globale dans la home.

pour le moment sont implémentés :

  • coursePath : chemin vers le dossier src a partir de la racine du projet
  • buildsPath : chemin vers le dossier ou les builds sont réunis apres le buikd les manifestes sont crée ici
  • tradFolder : chemin vers le dossier ou les fichier de traduction sont générés
  • tradOutFolder : chemin vers le dossier ou json traduits seront générés
  • version: si non spécifié, la version courrante de la cli sera utilisée
  • courses : un array d'objets contenant les infos des divers cours pour les fichier multicours
    • name : nom du cours, DOIS etre le nom du répertoire correspondant dans /src
    • scTxt: scorm data (souvent vide chez yes)
    • scManifest: scorm data identifiant unique
    • scScormUid: scorm data identifiant unique

UPDATED TODO

  • extract
    • integrer les template de header pour les xlsx dans le gorhclirc
    • ajoiuter un flag a la config pour generer la version sans markup, ou non

to do

  • [] use rcconfig in vorpal il all cmds
  • [x] fix path issues
    • [x] get root dir from config (where the .rcfile is located) (made for swCmd)
  • [ ] add reorder command
  • [x] add translation command
    • [x] make the translation system modular
    • [ ] make entry in the .gorhclirc
  • [ ] add sftp uploads (rsync ?)
  • [ ] switch to promises ?
  • [ ] write test for all function
  • [x] make/read config file in folder
  • [x] define and use .gorhclirc.cson
  • [x] add build command
  • [x] add zip
  • [x] modularise all commands
    • [] buildCmd
    • [x] clearCmd
  • [x] create an init function for the cli
    • [x] load rc if there is one
    • [x] check that all rc courses dirs exist

SUGAR

  • update start message
    • read pkg and diplay info in the message
    • make it a vorpal extention