Skip to content

Instantly share code, notes, and snippets.

View Karlbovski's full-sized avatar
🐢
Lazy loading...

SG Karlbovski

🐢
Lazy loading...
View GitHub Profile
@Karlbovski
Karlbovski / javascript.11ty.js
Last active January 11, 2023 09:08
11ty Starter
```js
const
jsMain = 'js/main.js',
rollup = require('rollup'),
terser = require('rollup-plugin-terser').terser,
inputOptions = {
input: './src/' + jsMain
},
@Karlbovski
Karlbovski / CHANGELOG.md
Last active June 5, 2021 09:59
Template for a well structured changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

QuickTip - Generate a quick changelog from git commits ;)

git log --pretty="- %s" > CHANGELOG.md