typescript-template
Parse and stringify JSON with comments. It will retain comments even after saved!
Generic JSDoc-like comment parser
Discard comments in your CSS files with PostCSS.
Use node's fs.realpath, but fall back to the JS implementation if the native one fails
An arbitrary-precision Decimal type for JavaScript.
Fixes stack traces for files with source maps
Remark plugin to support comments
Maintained replacement for ESLint's deprecated SourceCode#getJSDocComment along with other jsdoc utilities
type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.
Resolve any installed ES6 compatible promise
a set of utilities to work with JSON / JSON5 documents
Fixes stack traces for files with source maps
Browser-friendly inheritance fully compatible with standard node.js inherits()
A very polite lock file utility, which endeavors to not litter, and to wait patiently for others.
Support for representing 64-bit integers in JavaScript
A fully persistent balanced binary search tree
Provides some base functions needed by a css-select adapter so that you don't have to implement the whole thing.
random bytes from browserify stand alone
Simple module to infer the root directory of the currently running node application
Easy method stubber.
Removes duplicates from a sorted array in place
Smooth Scroll behavior polyfill
Cache requires to be lazy-loaded when needed.
Converts Markdown into commented executable code
Blackrug is this groundbreaking parser that allows you to sweep markdown under the rug by wrapping it by `<!---Blackrug--->`.
Doctest for markdown with comment-based assertions. Python/JavaScript/Ruby/PHP test runners and hackmd.io integration.
Yardbird produces REST API documentation from Yardoc comments in Ruby code, via Markdown.
Documentation DSL that provides method level comments and links or imports to other comments. Comments can be written in MarkDown format and the current method can be transformed from Ruby code into a MarkDown readable format. Static instance, class methods, and constants can be called and used inside of ERB tags. All defined areas are generated into markdown file per class.
Ingests a set of commented SQL statements, executes them, and dumps the comments, queries, and results into a markdown file
This generator takes one or several classes with comments formatted in TomDoc and spits out a single Markdown file
Styleguides can be a pain to keep as a living documentation for your CSS. By analysing the comments in your SASS files, and by adding markdown to your stylesheets, you can generate a living, breathing documentation styleguide that has examples of how the CSS is used.
Generate document when reading source code from annotated comment. It extracts the source code of the place written as YOME: and outputs it in Markdown format.
Takes the URL of a public Reddit post, downloads the post and its comments via the Reddit JSON API, and returns the content as a Markdown string.
The Blogger module provides services related to Blogger, and only blogger. The GData gem is great, but it provides a much lower-level interface to Google's Blogger API. With the Blogger gem, you have full access to the Blogger API, with easy to use classes, and it integrates with 6 different markup/markdown gems! What's more, you won't have to muck around with XML. Sure, XML is easy. But why waste time messing around with it? With just 3 or 4 lines of Blogger.gem code, you'll be able to take a markdown-formatted string and post it as a blog post, with categories, and comments. You can also search through all of your comments, old posts, and pretty much anything you can do at the blogger.com website, you can do with this gem.
Rain is a gem to generate beautiful and customizable API documentation, inspired by yard and rdoc. The aim of Rain is to generate beautiful API documentation from a ruby comment syntax with markdown mixed in. The documentation can be inline in .rb files, or separate .md or .txt files for overall architecture documentation. Rain also allows a large amount of customization when it comes to templating and appearance of the API documentation. Branding and unity of documentation appearance is important and Rain offers a simple ERB-based template system.