Corella NPM and PHP Composer Package Backup
A command line tool to create offline backups of packages from your projects. Currently supports NPM and PHP Composer package files....
blicense – nodejs-license-file + express + stripe
I’m slowly getting around to making some of my projects available for purchase directly and needed a way to charge customers for them, and provide a licence key on successful payment. blicense is my solution for that, and I’m making it available for free. See the full details at...
Angular 2+ Directive for making an element un-clickable until the next tick
This directive will prevent clickable elements from being clicked again before the next ‘tick’. I hadn’t seen this particular solution in the wild, and it seems to be the most effective so it’s worth sharing. If you want a DOM element to be covered up or otherwise disabled after...