Repositories

jonschlinkert repositories

864 supported repositories

Generate a readme from a template and package.json data. If you need something more comprehensive, I recommend using Verb.

Last commit Mar 31, 2018

 (19 stars) (12 forks) (0 indexed issues) (0 open good first issues)

Generate a TOC for your project's README in 2 seconds, maybe 3.

Last commit Feb 2, 2014

 (11 stars) (1 fork) (0 indexed issues) (0 open good first issues)

Virtual file format.

Last commit Feb 5, 2015

 (1 star) (0 forks) (0 indexed issues) (0 open good first issues)

Generate reference links for a glob of markdown files, allowing you to more easily create references from one file to another.

Last commit May 30, 2018

 (5 stars) (2 forks) (0 indexed issues) (0 open good first issues)

Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in dramatic speed improvements.

Last commit Sep 1, 2017

 (40 stars) (7 forks) (0 indexed issues) (0 open good first issues)

regular expression special characters as a string.

Last commit Feb 25, 2015

 (3 stars) (0 forks) (0 indexed issues) (0 open good first issues)

Does one simple thing - gets the flags from a regular expression. Useful for cloning and any library that uses or generates regular expressions that are created from other regular expressions.

Last commit Aug 5, 2015

 (3 stars) (0 forks) (0 indexed issues) (0 open good first issues)

Create a javascript regular expression for matching everything except for the given string.

Last commit Feb 20, 2018

 (31 stars) (6 forks) (0 indexed issues) (0 open good first issues)

Special RegExp characters, useful for escaping.

Last commit Jun 30, 2014

 (3 stars) (0 forks) (0 indexed issues) (0 open good first issues)

Easily calculate the relative path from file A to file B in Node.js project. Will calculate correctly from a file to a directory, file to file, directory to file, and directory to directory.

Last commit Nov 12, 2015

 (33 stars) (7 forks) (0 indexed issues) (0 open good first issues)

Calculate the relative path from a file's destination path to another directory or file. Useful in template helpers, middleware and plugins.

Last commit Dec 20, 2014

 (5 stars) (0 forks) (0 indexed issues) (0 open good first issues)

Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to generate a table of contents.

Last commit Nov 29, 2023

 (5,843 stars) (375 forks) (0 indexed issues) (0 open good first issues)

No longer maintained, see remarkable instead!

Last commit Oct 15, 2014

 (6 stars) (1 fork) (0 indexed issues) (0 open good first issues)

Extract the git remote origin URL from your local git repository.

Last commit Nov 22, 2018

 (16 stars) (5 forks) (0 indexed issues) (0 open good first issues)

Strip a byte order mark (BOM) from a buffer.

Last commit Jul 5, 2017

 (7 stars) (4 forks) (0 indexed issues) (0 open good first issues)

Modify/rename the keys of the own enumerable properties of an object.

Last commit Oct 13, 2017

 (27 stars) (6 forks) (0 indexed issues) (0 open good first issues)

Return a mapped dest for a src a filepath.

Last commit Jul 31, 2014

 (3 stars) (0 forks) (0 indexed issues) (0 open good first issues)

Re-format attributes in HTML tags to flow in a specific order. If you always prefer `class` before `id` or whatever, this module does that.

Last commit Oct 16, 2014

 (5 stars) (0 forks) (0 indexed issues) (0 open good first issues)

Create an array by repeating the given string n times.

Last commit Apr 7, 2021

 (19 stars) (7 forks) (0 indexed issues) (0 open good first issues)

Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)

Last commit Nov 4, 2016

 (50 stars) (16 forks) (0 indexed issues) (0 open good first issues)