home.social

#shelljs — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #shelljs, aggregated by home.social.

fetched live
  1. Dans mon talk, j'explique comment je garde ma trad des Ember Guides à jour par rapport à la dernière version anglaise grâce à #git.
    Là, je bosse sur l'#automatisation de ce process. Ça m'a permis de découvrir #shelljs, qui me permet de lancer des commandes #shell en #js.
    Article en préparation ;)

  2. In my talk, I explain how I keep my translation of the Ember Guides up to date with the latest English version using #git.
    Now, I'm working on the process automation. I could discover #shelljs that allows me to run #shell commands in #js.
    Blog post in progress ;)

  3. @sullybiker Yep. And I just found out that this isn’t even the first time the #JavaScript kiddies have done this.

    github.com/shelljs/shelljs

    #ShellJS is a portable implementation of #Unix #shell commands on top of the #NodeJS API. […] say goodbye to those gnarly #Bash scripts!”

    Of course, #PerlPowerTools also exists if you want Unix commands that work the same everywhere. It has exactly four dependencies to download from #CPAN outside of the #Perl core.

    perlpowertools.com