jonschlinkert / tokenize-commentLinks
Uses snapdragon to tokenize a single JavaScript block comment into an object, with description, tags, and code example sections that can be passed to any other comment parsers for further parsing.
☆14Updated 2 years ago
Alternatives and similar repositories for tokenize-comment
Users that are interested in tokenize-comment are comparing it to the libraries listed below
Sorting:
- Parse a glob pattern into an object of path parts.☆25Updated 5 years ago
- Better inspect formatting, using prettier for arrays, objects and functions, and util.inspect for everything else.☆13Updated 8 years ago
- Sink your streams.☆17Updated 2 years ago
- Find a file given a declaration of locations.☆12Updated 3 years ago
- Center-align the text in a string.☆23Updated 8 years ago
- Custom mask function for prompt-password that adds a 'strength progress meter' that changes color as the password strength increases. Use…☆18Updated 8 years ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 5 years ago
- CLI and API to get a single file from Github repository.☆11Updated 8 years ago
- Get the list of npm modules that depend on the specified npm module.☆15Updated 8 years ago
- Regular expression for matching punctuation characters.☆10Updated 8 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 7 years ago
- Returns true if a value exists, false if empty. Works with deeply nested values using object paths.☆26Updated 7 years ago
- Wrap a Readable stream in a Transform stream.☆10Updated 2 years ago
- Get the length of the longest item in an array.☆29Updated 7 years ago
- Get the resolved path to the root of a package installed in node_modules☆11Updated last year
- Basic API for yarn.☆28Updated 7 years ago
- Does a shallow comparison of two objects, returning false if the keys or values differ.☆29Updated 7 years ago
- Generate generator to create a new repository on GitHub.☆11Updated 8 years ago
- Alternative to Lo-Dash template with support for helpers.☆18Updated 5 years ago
- Cache requires to be lazy-loaded when needed. Uses node's own require system with tried and true, plain-vanilla JavaScript getters.☆51Updated 2 years ago
- Snapdragon utility for creating a new AST node in custom code, such as plugins.☆26Updated 7 years ago
- Create a Vinyl file from an actual file☆43Updated 3 years ago
- Use as a sub-generator or plugin in your generator to create a package.json for a project. Or install globally and run with Generate's CL…☆18Updated 4 years ago
- Create a matching function from a glob pattern, regex, string, array or function.☆20Updated 8 years ago
- Array of "block level elements" defined by the HTML specification☆19Updated 8 years ago
- https://npm.im/debug but with automatic namespacing☆16Updated 8 years ago
- Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or…☆12Updated 8 years ago
- Find the module object for something that was require()d☆27Updated 2 years ago
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆37Updated 4 years ago
- Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulti…☆39Updated 8 years ago