Transpiling JS code with BabelJS & a Makefile, with integration for Flow JS static types annotations
Used by netsuite.com to build and upload packages of Python libs depending on C extensions, before pushing them to a Nexus with repositorytools
En anglais, le titre pourrait se traduire par "The head to the grindstone", soit littéralement "la tête sur la meule à aiguiser". Rigolo non ?
Au vu du sujet cependant, "Tales of a lost afternoon" sonnerait mieux je trouve. En effet, cet article va traiter d'organisation personnelle du temps. Le sujet …
This post is only relevant to you if you use browserify
. For a good introduction to this powerful Javascript bundling tool, check this doc.
First of all, I'd like to take my hat off to James Hallyday and Peteris Krumins who have built such amazing tools as browserify
, testling
and …
Malgré leurs nombreux défauts [1], les scripts shell restent bien pratiques. Pourquoi ? Parce qu'ils fonctionnent exactement comme l'interpréteur de ligne de commande de votre terminal Linux. Ils sont donc la solution la plus simple et rapide pour automatiser des enchaînement de commandes [2].
Comme les scripts shell sont très sujets …