JSPM

Found 154 results for verb

condense-newlines

Replace extraneous newlines with a single newline, or pass a specified number of newlines to use.

  • v0.2.1
  • 85.79
  • Published

logging-helpers

Basic template helpers for printing messages out to the console. Useful for debugging context in templates. Should work with any template engine.

  • v1.0.0
  • 79.83
  • Published

express-list-endpoints

A express package to list all registered endpoints and its verbs

  • v7.1.1
  • 73.26
  • Published

copy-task

Copy a task and it's dependencies from one app to another.

  • v0.1.0
  • 67.52
  • Published

engine-cache

express.js inspired template-engine manager.

  • v1.0.1
  • 65.88
  • Published

watch-cli

Command line wrapper for gaze to use in package.json scripts object.

  • v0.2.3
  • 60.90
  • Published

plural-ru

Pluralization of russian words in simpliest way

  • v2.0.2
  • 57.09
  • Published

generate-collections

Initializes a handful of (empty) template collections to your generator, such as docs, includes, badges, and layouts, along with a few generic defaults.

  • v0.3.9
  • 51.63
  • Published

middleware-rename-file

Middleware for renaming views based on front-matter properties.

  • v1.0.0
  • 49.66
  • Published

macro-store

Get and set macros created by commandline arguments.

  • v0.3.1
  • 49.40
  • Published

helper-reflinks

Async template helper for generating a list of markdown reference links.

  • v4.0.0
  • 47.76
  • Published

generate-defaults

Use this generator to add some common default settings to your 'generate', verb, and assemble generators.

  • v0.6.6
  • 47.76
  • Published

helper-copyright

Template helper for adding a basic, one-line copyright statement, with formatting appropriate for LICENSE/LICENSE-MIT or README templates. Used with Verb, but should work with any Handlebars, Lo-Dash, underscore, or any template engine that allows helper

  • v2.1.2
  • 47.29
  • Published

verb

Documentation generator for GitHub projects. Verb is extremely powerful, easy to use, and is used on hundreds of projects of all sizes to generate everything from API docs to readmes.

  • v0.8.10
  • 46.59
  • Published

alphabet

The english alphabet as a string or array, upper and lowercase.

  • v1.0.0
  • 46.57
  • Published

verb-repo-data

Verb plugin that adds repository and package.json data to the context for rendering templates.

  • v0.1.15
  • 46.06
  • Published

verb-collections

Verb plugin that adds includes, layouts, badges and docs template collections. Can be used with verb, assemble or generate, in a `*file.js`, or a globally installed generator.

  • v0.1.5
  • 45.95
  • Published

helper-coverage

Template helper for including a code coverage report generated by istanbul.

  • v0.1.3
  • 44.86
  • Published

js-comments-template

Default template used by js-comments and helper-apidocs for generating API docs.

  • v0.7.4
  • 44.22
  • Published

template-bind-helpers

Bind the current instance of a Templates-based application to an object of helpers, allowing them to be passed to a different render method.

  • v0.2.0
  • 44.08
  • Published

js-comments

Parse JavaScript code comments and generate API documentation.

  • v0.5.4
  • 43.91
  • Published

app-name

Create variable names from module names. Like `gulp-jshint` => `jshint`. Useful for yeoman generators, or for loaders for gulp, assemble, and grunt plugins.

  • v0.2.0
  • 43.67
  • Published

extract-gfm

Utilities for extracting and replacing GitHub Flavored Markdown code blocks. For example, you could easily find code blocks for a specific language and run the code through a linter.

  • v0.1.0
  • 43.18
  • Published

verb-defaults

Plugin for setting basic defaults in verb projects.

  • v0.3.0
  • 43.02
  • Published

verb-generate-readme

Generate your project's readme with verb. Requires verb v0.9.0 or higher.

  • v0.8.0
  • 42.84
  • Published

verb-reflinks

Verb middleware that resolves reflinks for valid npm package names in markdown documents and appends them to the document.

  • v1.0.0
  • 42.36
  • Published

verb-repo-helpers

Commonly used helpers for adding repository-related data to templates in verb projects.

  • v1.0.0
  • 42.32
  • Published

verb-toc

Verb plugin that adds middleware for creating and injecting a table of contents into a markdown document.

  • v0.2.9
  • 42.30
  • Published

verb-readme-includes

Template partials for Verb, the markdown documentation generator with zero-configuration required.

  • v0.2.4
  • 41.96
  • Published

express-routes

A express package to list all registered endpoints and its verbs

  • v1.0.1
  • 41.11
  • Published

grunt-verb

Grunt plugin for Verb, the markdown documentation generator with zero-configuration required.

  • v0.2.4
  • 40.77
  • Published

gulp-drafts

Gulp plugin for removing files flagged as drafts. Can also be used as an assemble or verb plugin.

  • v0.2.0
  • 40.23
  • Published

readme-includes

Snippets for your GitHub project's readme.

  • v0.2.9
  • 39.31
  • Published

helper-codelinks

Generate a list of links that take you to the first line of code for each method in a given directory.

  • v0.1.2
  • 38.76
  • Published

to-template

Convert a vinyl file object to a Template-compatible template object.

  • v0.1.2
  • 38.68
  • Published

repo-licenses

License templates for Verb.

  • v0.2.0
  • 38.62
  • Published

computed-property

Add computed properties to JavaScript objects.

  • v1.0.0
  • 37.99
  • Published

readme-badges

Readme badge templates.

  • v0.3.3
  • 36.39
  • Published

async-helper-base

Used for creating template.js-compatible async helpers. Works with verb, assemble or any other template.js application.

  • v0.2.0
  • 36.30
  • Published

examples

Example projects using Template, Assemble, Verb and other node.js applications.

  • v0.1.0
  • 36.17
  • Published

handlebars-helper-lorem

Handlebars template helper for generator lorem-ipsum placeholder text.

  • v0.2.0
  • 34.89
  • Published

helper-lorem

Template helper for generator lorem-ipsum placeholder text. Should work with any template engine, but can also be used a regular javascript util.

  • v0.1.1
  • 34.56
  • Published

helper-dateformat

Template helper for adding formatted dates using node-dateformat. Works with Handlebars, Lo-Dash, underscore, or any template engine that supports helper functions. Also compatible with verb, assemble and Template.

  • v1.0.0
  • 33.24
  • Published

escape-delims

Escape and un-escape delimiters in templates. Tested with Lo-Dash, underscore and Handlebars syntax, but could be used with other template engines/syntaxes as well. This is similar to the process used by Yeoman on escaped templates in generators.

  • v0.4.0
  • 32.92
  • Published

engines

Template engine library with fast, synchronous rendering, based on consolidate.

  • v0.4.0
  • 31.49
  • Published

template-render

Plugin for Template for rendering vinyl files in an assemble, verb, or gulp pipeline.

  • v0.5.1
  • 31.48
  • Published

kamiya-codec

Japanese verb/adjective conjugator/deconjugator library based on Taeko Kamiya's *The Handbook of Japanese Verbs* and *The Handbook of Japanese Adjectives and Adverbs*

  • v4.16.1
  • 25.57
  • Published

helper-link-to

Templates helper that returns a link path from the current view to the another view.

  • v0.3.0
  • 24.50
  • Published

http-verbs

Export http verbs as constants.

  • v1.0.0
  • 21.44
  • Published

apidocs-cli

Command-line app for generating API docs from code comments. Can be used as API of helper-apidocs package.

  • v3.0.3
  • 20.71
  • Published

object-size

Get the length of own enumerable properties on an object excluding the object's prototype properties.

  • v0.1.1
  • 20.25
  • Published

layout-stack

Create a layout stack based on the given layout templates.

  • v0.1.1
  • 20.25
  • Published

helper-join

Join any number of args, using the last arg as the seperator.

  • v0.1.1
  • 17.14
  • Published

godan-ichidan

Classify Japanese verbs into godan or ichidan easily

  • v1.0.0-2023-04-03
  • 16.79
  • Published

path-segments

Get n specific segments of a file path, e.g. first 2, last 3, etc.

  • v0.1.1
  • 15.14
  • Published

helpers-utils

Utility methods commonly used for writing helper libraries.

  • v0.2.3
  • 14.13
  • Published

callthesaurus

A js package aimed at exploring the thesaurus of a word.

  • v1.1.0
  • 13.81
  • Published

verbutils

VerbUtils is a JavaScript module for changing tenses of verbs. Currently, conversion from only past tense verbs to base forms is supported.

  • v0.0.1
  • 13.48
  • Published

gulp-verb

Gulp plugin for Verb, the zero-configuration markdown docs generator for Node.js.

  • v0.3.0
  • 13.47
  • Published

add-less-import

Add an `@import` statement into a .less file at a specific point.

  • v0.1.2
  • 12.32
  • Published

express-template

View replacement for Express using Template.

  • v0.3.0
  • 12.07
  • Published

delimiter-map

Delimiter map for common template engines. Compatible with consolidate.

  • v0.1.1
  • 11.93
  • Published

conjugate

Conjugate verbs correctly based on a pronoun

  • v1.0.4
  • 11.93
  • Published

node-tense

Lookup the tense of a (regular or irregular) verb.

    • v0.0.4
    • 11.93
    • Published

    verb-util

    Utilities for verb, and verb helpers, plugins, or other extensions.

    • v0.1.1
    • 11.66
    • Published

    nepali-verb

    Conjugate Nepali verbs.

    • v0.0.1
    • 10.77
    • Published

    helper-lookup-deps

    Collection of template helpers for the methods in lookup-deps.

    • v0.2.2
    • 10.73
    • Published

    gulp-middleware

    Run middleware in a gulp pipeline/vinyl source stream.

    • v0.1.0
    • 10.45
    • Published

    base-search

    Base plugin that adds methods for creating, updating and using search indices.

    • v0.1.1
    • 10.21
    • Published

    verb-tag-glob

    Tag for Verb. Use minimatch/glob patterns to include local documents/templates.

    • v0.1.3
    • 10.16
    • Published

    map-types

    Map single letter abbreviations to javascript native types. Useful as a shorthand for pseudo-argument destructuring when debugging.

    • v0.1.0
    • 10.16
    • Published

    extract-components

    This is a proof-of-concept. some quick and dirty utils for extracting UI components from HTML using CSS selectors.

    • v0.1.0
    • 10.10
    • Published

    verb-trees

    Verb plugin for generating files trees for documentation.

    • v0.1.0
    • 9.64
    • Published

    template-loader

    Load templates from file paths, globs or objects, and cache them as normalized objects.

    • v0.2.0
    • 9.64
    • Published

    laborumconsequatur

    Parse JavaScript code comments and generate API documentation.

    • v1.4.3
    • 9.50
    • Published

    view-cache

    Cache, parse and render partials and layouts, and easily add custom template helpers.

    • v0.1.1
    • 9.48
    • Published

    id-gen

    Generator ids in sequence using defaults or a custom id generator function.

    • v0.3.2
    • 8.86
    • Published

    parse-files

    Complimentary lib to parser-cache. Extends the `Parsers` prototype with additional methods for reading files from the file system.

    • v0.1.1
    • 8.86
    • Published

    assemble-contrib-drafts

    Assemble plugin (v0.5.0) for preventing drafts from being built.

    • v0.1.2
    • 8.86
    • Published

    generate-updater

    Generate an [Update] updater project.

    • v0.1.2
    • 8.17
    • Published

    verb-boilerplates

    Boilerplates for Verb. Each boilerplate consists of a few markdown templates to kickstart documentation for new projects.

    • v0.1.1
    • 8.17
    • Published

    generate-generator

    Generate a generate generator project, complete with unit tests.

    • v0.2.3
    • 8.17
    • Published

    verb-tag-symbols

    Tag for Verb. Parse custom symbols in markdown documents.

    • v0.1.2
    • 8.17
    • Published

    gulp-bundle-webtask

    Gulp plugin for browserifying and bundling your source code before deploying to webtask.io.

    • v0.1.1
    • 7.50
    • Published

    random-part-of-speech

    Returns one or more random nouns, verbs, adjectives or adverbs.

    • v1.0.0
    • 7.50
    • Published

    updater-verb

    Update a .verb.md file to use the latest conventions and fix formatting mistakes or incompatibilities.

    • v0.1.3
    • 7.42
    • Published

    assemble-metalsmith

    Assemble v0.6.x plugin for running any metalsmith middlewares

    • v0.1.1
    • 7.42
    • Published

    gulp-dest-paths

    Adds destination-related properties to the `file.data.dest` object on vinyl files.

    • v0.1.1
    • 7.38
    • Published

    helper-read

    Template helper for reading from the file system. Includes both async and sync versions.

    • v0.1.0
    • 7.04
    • Published

    args-utils

    JavaScript utils for working with arguments.

    • v0.1.1
    • 6.74
    • Published

    node-emdr-client

    Super simple EMDR client written in Node

    • v0.1.1
    • 6.58
    • Published

    express-route-controller2

    This is a helper function to assign controller actions to routes in express

    • v0.0.1
    • 6.58
    • Published

    grade

    Run benchmark files and gather reports.

    • v0.1.0
    • 6.51
    • Published

    assemble-slides

    Assemble bundle for building a slide deck.

    • v0.1.0
    • 6.51
    • Published

    template-nunjucks

    Nunjucks template engine. used with verb, assemble or anything that support Engine.

    • v0.0.3
    • 6.47
    • Published

    template-push

    Push template collections in a vinyl stream.

    • v0.1.1
    • 6.47
    • Published

    assemble-middleware-blog

    Assemble plugin to assist with generating blog pages for posts and archive lists.

    • v0.1.0
    • 5.62
    • Published

    handlebars-helper-inarray

    Handlebars helper. Return true if a value exists in an array. Faster than using indexOf and won't blow up on null values.

    • v0.1.0
    • 5.40
    • Published

    tiNanta

    sanskrit tiNanta analyser - forms queries for Morpheus v.0.4.0

    • v0.4.0
    • 4.44
    • Published

    epithet

    Very simple random name generator.

    • v1.1.1
    • 4.42
    • Published

    verb-readme-templates

    Reame templates for Verb, the markdown documentation generator with zero-configuration required.

    • v0.1.1
    • 4.42
    • Published

    elsen-js-comments

    Parse JavaScript code comments and generate API documentation.

    • v0.3.6
    • 4.38
    • Published

    verb-tag-read

    Verb tag, for reading in plain files that don't have any templates. Speeds things up when content doesn't need to be evaluated.

    • v0.1.1
    • 4.25
    • Published

    helper-octicon

    Template helper for displaying octicon SVGs. Should work with any Handlebars, Lo-Dash, underscore or any template engine that allows helper functions to be registered. Also compatible with verb, assemble, and templates.

    • v0.1.0
    • 4.08
    • Published

    helper-lookup

    Template helper for generating a list of markdown formatted reference links to github repos for the tree of dependencies and devDependencies listed in package.json.

    • v0.2.0
    • 4.08
    • Published

    template-deprecate

    Middleware for Template. Warns the user or throws an error when a deprecated template variable or syntax is used.

    • v0.1.0
    • 4.08
    • Published

    template-todos

    Middleware for Template, for matching todos in a string.

    • v0.1.0
    • 2.56
    • Published

    helper-compile-async

    Convenience method to compile async helpers and add common functionality to use with async-helpers.

    • v0.1.0
    • 2.43
    • Published

    niknik-uniqueid

    Generate a unique sequential ID. Optionally pass a prefix, suffix, or multiplier.

    • v0.1.1
    • 2.40
    • Published

    handlebars-helper-resolve

    WIP, don't use yet! This helper consults the context and config values to automatically resolve the correct path to the specificed destination file.

    • v0.1.3
    • 2.40
    • Published

    vinyl-dat

    Vinyl adapter for dat

    • v0.1.1
    • 2.40
    • Published

    engine-react

    Template engine for React that can render server side react templates in Template, Assemble, and Verb.

    • v0.2.1
    • 2.40
    • Published

    view-fs

    View plugin for `templates` that adds methods for working with the file system. Works with assemble, verb, and any other `templates` based applications

    • v0.2.0
    • 2.40
    • Published

    lodash-tags

    Easily create template "tags" (mixins) for Lo-Dash.

    • v0.1.0
    • 2.39
    • Published

    verb-escape-delims

    Escape custom delimiters in Lo-Dash templates.

    • v0.1.0
    • 2.39
    • Published

    template-config

    Adds declarative configuration functionality to Template.

    • v0.1.2
    • 2.39
    • Published