Socket
Book a DemoInstallSign in
Socket

verb-tag-methods

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

verb-tag-methods

Easily generate a sorted array, JSON or markdown list, of property names of all enumerable properties, own and inherited, of objects that have function values.

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

verb-tag-methods NPM version

Easily generate a sorted array, JSON or markdown list, of property names of all enumerable properties, own and inherited, of objects that have function values.

Install

Install with npm:

npm i verb-tag-methods --save-dev

Usage

If you're using verb-cli, you will need to define ['verb-tag-methods'] in the tags property in the front matter of your project's .verbrc.md (or docs/README.tmpl.md). This registers the tag with verb:

---
tags: ['verb-tag-methods']
---

In your templates, you can now use the tag like this:

{%= methods("*.js") %}

Front-matter is just one way to register verb tags, filters, and plugins. See the verb documentation for more info.

Author

Jon Schlinkert

License

Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license

This file was generated by verb-cli on June 01, 2014.

Keywords

methods

FAQs

Package last updated on 15 Jun 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts