Today I Learned - Rocky Kev

TIL rimraf, a rm alternative

POSTED ON:

TAGS:

rm is platform specific (and certainly will not work on Windows) and rimraf deals with this for us.

https://www.npmjs.com/package/rimraf

Via this blog comment about how to deploy to Github Pages from your terminal


Related TILs

Tagged:

TIL what is npm Script

Despite their high usage they are not particularly well optimized and add about 400ms of overhead. In this article we were able to bring that down to ~22ms.

TIL keywords in package.json

Today I learned what keywords are in a package.json file! It's a collection of keywords about a module. Keywords can help identify a package, related modules and software, and concepts.

TIL functional async/await

PLACEHOLDER