Danil Semelenov

Results 5 repositories owned by Danil Semelenov

css-modules-html-demo

22
Stars
1
Forks
Watchers

A demo of using CSS Modules within HTML files following the BEM-like approach and powered by Gulp and Lo-Dash/Underscore templates.

pmenu

117
Stars
6
Forks
Watchers

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.

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

69
Stars
41
Forks
Watchers

Provides data exchange between the WooCommerce plugin for WordPress and the business application "1C:Enterprise 8. Trade Management" (and compatible ones).

csstag

18
Stars
1
Forks
Watchers

Tagged template for CSS Modules: const styles = css`.root { color: red; }`; <div class={styles.root}></div>