Generate a readme from a template and package.json data. If you need something more comprehensive, I recommend using Verb.
Repositories
jonschlinkert repositories
Generate a TOC for your project's README in 2 seconds, maybe 3.
Virtual file format.
Generate reference links for a glob of markdown files, allowing you to more easily create references from one file to another.
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.
regular expression special characters as a string.
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.
Create a javascript regular expression for matching everything except for the given string.
Special RegExp characters, useful for escaping.
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.
Calculate the relative path from a file's destination path to another directory or file. Useful in template helpers, middleware and plugins.
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.
No longer maintained, see remarkable instead!
Extract the git remote origin URL from your local git repository.
Strip a byte order mark (BOM) from a buffer.
Modify/rename the keys of the own enumerable properties of an object.
Return a mapped dest for a src a filepath.
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.
Create an array by repeating the given string n times.
Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)