Vorpal Less

An ES2015 implementation of the "less" command.
Alternatives To Vorpal Less
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Muximux1,089
a year ago43gpl-2.0Less
A lightweight way to manage your HTPC
Makewindows10greatagain117
2 years ago1PowerShell
Tweaks to make Windows 10 less annoying and more usable
Path Menu79
3 years ago2mitCoffeeScript
Path 2.0 Flyout Menu using CSS (Less), contrib to Path (iOS app) by Tunghsiao Liu
Textmateswiftcompletion19
5 years agomitSwift
Swift Completions for Textmate
Vorpal Less1269227 years ago12February 04, 20162mitJavaScript
An ES2015 implementation of the "less" command.
Bootstrap 3.1.1 Offcanvasmenu10
9 years agoCSS
Off Canvas Bootstrap 3.1.1 Menu
Minimaldark6
a month ago1gpl-3.0Less
A sophisticated and minimalist theme for Brackets and VSCode.
Materialhomemenu Library Dragable6
a year ago1Java
[Hacktoberfest] 👓Material design home dragable menu for you app with less code
Android Bottom Navigation6
5 years agoapache-2.0Java
Title less bottom menu navigation for android
Hr Navigation Responsive Menu5
6 years agomitCSS
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
Alternatives To Vorpal Less
Select To Compare


Alternative Project Comparisons
Readme

Vorpal - Less

Build Status XO code style

A 100% Javascript (ES2015) implementation of the less command.

A Vorpal.js extension, vorpal-less lets you pipe vorpal commands and content through less.

Installation

npm install vorpal-less
npm install vorpal

Getting Started

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
...
:

Examples

Implementation

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
Implemented:
  • Primary functionality, prompt, screen writing, etc.
  • All navigation commands and shortcuts.
  • Less-style help menu.

Contributing

Feel free to contribute! Additional work is needed on:

  • Search options
  • File-reading options
  • Option flags

License

MIT © David Caccavella

Popular Less Projects
Popular Menu Projects
Popular Web User Interface Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Es2015
Menu
Less