Skip to content

Instantly share code, notes, and snippets.

@darrenmothersele
Last active December 6, 2019 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darrenmothersele/67c2a1f0e281f24692ce51d093ff23e0 to your computer and use it in GitHub Desktop.
Save darrenmothersele/67c2a1f0e281f24692ce51d093ff23e0 to your computer and use it in GitHub Desktop.
USEFUL THINGS

Front-matter parser https://github.com/jonschlinkert/gray-matter

Image resizing, in the browser, with high-speed and high-quality: https://github.com/nodeca/pica

human friendly i18n for JS http://nodeca.github.io/babelfish/

Live reloading web server for local dev https://www.browsersync.io/docs

A neat wrapper around node.js fs.watch / fs.watchFile / FSEvents https://github.com/paulmillr/chokidar

Templating in JavaScript https://mozilla.github.io/nunjucks/getting-started.html

Slugifies a string https://github.com/simov/slugify

A library for working with dates and times in JS https://moment.github.io/luxon https://github.com/moment/luxon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment