Skip to content

Instantly share code, notes, and snippets.

View imaustink's full-sized avatar

Austin Kurpuis imaustink

View GitHub Profile
@imaustink
imaustink / readme.js
Last active March 1, 2019 19:33 — forked from andrejewski/license-year.js
Super mod: Update readme
var fs = require('fs');
var path = require('path');
var MODULE_DESC_REGEX = /<code>__can-.+__ <\/code>\n(.+)/m;
var FALLBACK_MODULE_DESC_REGEX = /(?=\n[a-z]|\n[A-Z])\n(.+)/m
module.exports = {
getOptions: function () {
return [];
},