Danil Semelenov
Danil Semelenov
css-modules-html-demo
A demo of using CSS Modules within HTML files following the BEM-like approach and powered by Gulp and Lo-Dash/Underscore templates.
pmenu
A dynamic terminal-based menu inspired by dmenu written in Python without dependencies with an optional MRU ordering which could also be used as an application launcher and CtrlP alternative.
prettier-plugin-html-template-literals
Formats HTML within tagged template literals in Prettier which is useful for hyperHTML, lit-html, htm, choo, hyperx, nanohtml, snabby, yo-yo, and others.
woocommerce-1c
Provides data exchange between the WooCommerce plugin for WordPress and the business application "1C:Enterprise 8. Trade Management" (and compatible ones).
csstag
Tagged template for CSS Modules: const styles = css`.root { color: red; }`; <div class={styles.root}></div>