Skip to content

Instantly share code, notes, and snippets.

@smb1t
smb1t / index.js
Last active May 25, 2023 07:11
06-build-page
const fs = require('fs');
const fsp = require('fs/promises');
const path = require('path');
class HTMLBuilder {
constructor() {
this.htmlTpl = 'template.html';
this.html = 'index.html';
this.css = 'style.css';
this.path = {
@smb1t
smb1t / conventional_commit_messages.md
Created November 13, 2023 07:53 — forked from qoomon/conventional-commits-cheatsheet.md
Conventional Commit Messages

Conventional Commit Messages

See how a minor change to your commit message style can make a difference. Examples

Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs

Commit Formats

Default

@smb1t
smb1t / license-badges.md
Created November 13, 2023 09:37 — forked from lukas-h/license-badges.md
Markdown License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.

Notes

  • The badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.

Translations: (No guarantee that the translations are up-to-date)

@smb1t
smb1t / vsCode.config
Created January 2, 2024 10:22 — forked from muks999/vsCode.config
Частые полезные настройки VS Code
// Перезапишите параметры, поместив их в файл параметров.
// Наиболее часто используемые настройки см. по адресу http://go.microsoft.com/fwlink/?LinkId=808995.
{
// Редактор
// Определяет семейство шрифтов.
"editor.fontFamily": "Consolas, 'Courier New', monospace",
// Управляет насыщенностью шрифта.