Skip to main content

Company

Module to generate company related entries.

Overview

To generate a random company name, use name(). This is localized in many locales.

To generate jargon-filled company catchphrases and buzzwords, use catchPhrase() or buzzPhrase().

Related Modules

For products and commerce, use commerce type.

For finance-related entries, use finance type.


buzzAdjective

Returns a random buzz adjective that can be used to demonstrate data being viewed by a manager.

Returns: string

Examples

{{$company.buzzAdjective}}  // 'back-end'

buzzNoun

Returns a random buzz noun that can be used to demonstrate data being viewed by a manager.

Returns: string

Examples

{{$company.buzzNoun}}  // 'lifetime value'

buzzPhrase

Generates a random buzz phrase that can be used to demonstrate data being viewed by a manager.

Returns: string

Examples

{{$company.buzzPhrase}}  // 'implement intuitive metrics'

buzzVerb

Returns a random buzz verb that can be used to demonstrate data being viewed by a manager.

Returns: string

Examples

{{$company.buzzVerb}}  // 'engage'

catchPhrase

Generates a random catch phrase that can be displayed to an end user.

Returns: string

Examples

{{$company.catchPhrase}}  // 'Expanded dedicated core'

catchPhraseAdjective

Returns a random catch phrase adjective that can be displayed to an end user.

Returns: string

Examples

{{$company.catchPhraseAdjective}}  // 'Triple-buffered'

catchPhraseDescriptor

Returns a random catch phrase descriptor that can be displayed to an end user.

Returns: string

Examples

{{$company.catchPhraseDescriptor}}  // 'non-volatile'

Returns: string

Examples

{{$company.catchPhraseAdjective}}  // 'Triple-buffered'

catchPhraseNoun

Returns a random catch phrase noun that can be displayed to an end user..

Returns: string

Examples

{{$company.catchPhraseNoun}}  // 'installation'

name

Returns a random catch phrase noun that can be displayed to an end user..

Returns: string

Examples

{{$company.name}}  // 'Torphy - Gleason'