Skip to content

Instantly share code, notes, and snippets.

View coneforapine's full-sized avatar
🔧
Thinkerer toolbox

Deniz Can coneforapine

🔧
Thinkerer toolbox
View GitHub Profile
@timneutkens
timneutkens / index.js
Last active March 4, 2024 14:01
Clear console/terminal in node.js the right way
const readline = require('readline')
const blank = '\n'.repeat(process.stdout.rows)
console.log(blank)
readline.cursorTo(process.stdout, 0, 0)
readline.clearScreenDown(process.stdout)
@sebz
sebz / grunt-hugo-lunrjs.md
Last active March 31, 2024 09:08
hugo + gruntjs + lunrjs = <3 search