仓库

jonschlinkert 的仓库

864 个支持的仓库

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

最近提交 2018年3月31日

 (19 stars) (12 forks) (0 个已索引 issue) (0 个开放 good first issue)

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

最近提交 2014年2月2日

 (11 stars) (1 fork) (0 个已索引 issue) (0 个开放 good first issue)

Virtual file format.

最近提交 2015年2月5日

 (1 star) (0 forks) (0 个已索引 issue) (0 个开放 good first issue)

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

最近提交 2018年5月30日

 (5 stars) (2 forks) (0 个已索引 issue) (0 个开放 good first issue)

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.

最近提交 2017年9月1日

 (40 stars) (7 forks) (0 个已索引 issue) (0 个开放 good first issue)

regular expression special characters as a string.

最近提交 2015年2月25日

 (3 stars) (0 forks) (0 个已索引 issue) (0 个开放 good first issue)

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.

最近提交 2015年8月5日

 (3 stars) (0 forks) (0 个已索引 issue) (0 个开放 good first issue)

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

最近提交 2018年2月20日

 (31 stars) (6 forks) (0 个已索引 issue) (0 个开放 good first issue)

Special RegExp characters, useful for escaping.

最近提交 2014年6月30日

 (3 stars) (0 forks) (0 个已索引 issue) (0 个开放 good first issue)

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.

最近提交 2015年11月12日

 (33 stars) (7 forks) (0 个已索引 issue) (0 个开放 good first issue)

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

最近提交 2014年12月20日

 (5 stars) (0 forks) (0 个已索引 issue) (0 个开放 good first issue)

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.

最近提交 2023年11月29日

 (5,842 stars) (375 forks) (0 个已索引 issue) (0 个开放 good first issue)

No longer maintained, see remarkable instead!

最近提交 2014年10月15日

 (6 stars) (1 fork) (0 个已索引 issue) (0 个开放 good first issue)

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

最近提交 2018年11月22日

 (16 stars) (5 forks) (0 个已索引 issue) (0 个开放 good first issue)

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

最近提交 2017年7月5日

 (7 stars) (4 forks) (0 个已索引 issue) (0 个开放 good first issue)

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

最近提交 2017年10月13日

 (27 stars) (6 forks) (0 个已索引 issue) (0 个开放 good first issue)

Return a mapped dest for a src a filepath.

最近提交 2014年7月31日

 (3 stars) (0 forks) (0 个已索引 issue) (0 个开放 good first issue)

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.

最近提交 2014年10月16日

 (5 stars) (0 forks) (0 个已索引 issue) (0 个开放 good first issue)

Create an array by repeating the given string n times.

最近提交 2021年4月7日

 (19 stars) (7 forks) (0 个已索引 issue) (0 个开放 good first issue)

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

最近提交 2016年11月4日

 (50 stars) (16 forks) (0 个已索引 issue) (0 个开放 good first issue)