Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Muximux | 1,089 | a year ago | 43 | gpl-2.0 | Less | |||||
A lightweight way to manage your HTPC | ||||||||||
Makewindows10greatagain | 117 | 2 years ago | 1 | PowerShell | ||||||
Tweaks to make Windows 10 less annoying and more usable | ||||||||||
Path Menu | 79 | 3 years ago | 2 | mit | CoffeeScript | |||||
Path 2.0 Flyout Menu using CSS (Less), contrib to Path (iOS app) by Tunghsiao Liu | ||||||||||
Textmateswiftcompletion | 19 | 5 years ago | mit | Swift | ||||||
Swift Completions for Textmate | ||||||||||
Vorpal Less | 12 | 69 | 22 | 7 years ago | 12 | February 04, 2016 | 2 | mit | JavaScript | |
An ES2015 implementation of the "less" command. | ||||||||||
Bootstrap 3.1.1 Offcanvasmenu | 10 | 9 years ago | CSS | |||||||
Off Canvas Bootstrap 3.1.1 Menu | ||||||||||
Minimaldark | 6 | a month ago | 1 | gpl-3.0 | Less | |||||
A sophisticated and minimalist theme for Brackets and VSCode. | ||||||||||
Materialhomemenu Library Dragable | 6 | a year ago | 1 | Java | ||||||
[Hacktoberfest] 👓Material design home dragable menu for you app with less code | ||||||||||
Android Bottom Navigation | 6 | 5 years ago | apache-2.0 | Java | ||||||
Title less bottom menu navigation for android | ||||||||||
Hr Navigation Responsive Menu | 5 | 6 years ago | mit | CSS | ||||||
HR Navigation Responsive Menu for all type of Web Applications, NATIVE Mobile App with very less code and easy to implement with all possible options |
A 100% Javascript (ES2015) implementation of the less command.
A Vorpal.js extension, vorpal-less
lets you pipe vorpal commands and content through less.
npm install vorpal-less
npm install vorpal
const vorpal = require('vorpal')();
const hn = require('vorpal-hacker-news');
const less = require('vorpal-less');
vorpal
.delimiter('node~$')
.use(hn)
.use(less)
.show();
$ node hacker-news.js
node~$ hacker-news | less
...
... content
...
:
vorpal-less
aims to be a letter-perfect implementation of the less
command you know (and love?). All features implemented so far will appear in its help menu:
vorpal~$ less --help
Feel free to contribute! Additional work is needed on:
MIT © David Caccavella