Module to generate company related entries.
To generate a random company name, use name(). This is localized in many locales.
name()
To generate jargon-filled company catchphrases and buzzwords, use catchPhrase() or buzzPhrase().
catchPhrase()
buzzPhrase()
faker.commerce
faker.finance
Protected
Readonly
Returns a random buzz adjective that can be used to demonstrate data being viewed by a manager.
faker.company.buzzAdjective() // 'one-to-one' Copy
faker.company.buzzAdjective() // 'one-to-one'
8.0.0
Returns a random buzz noun that can be used to demonstrate data being viewed by a manager.
faker.company.buzzNoun() // 'paradigms' Copy
faker.company.buzzNoun() // 'paradigms'
Generates a random buzz phrase that can be used to demonstrate data being viewed by a manager.
faker.company.buzzPhrase() // 'cultivate synergistic e-markets' Copy
faker.company.buzzPhrase() // 'cultivate synergistic e-markets'
Returns a random buzz verb that can be used to demonstrate data being viewed by a manager.
faker.company.buzzVerb() // 'empower' Copy
faker.company.buzzVerb() // 'empower'
Generates a random catch phrase that can be displayed to an end user.
faker.company.catchPhrase() // 'Upgradable systematic flexibility' Copy
faker.company.catchPhrase() // 'Upgradable systematic flexibility'
2.0.1
Returns a random catch phrase adjective that can be displayed to an end user..
faker.company.catchPhraseAdjective() // 'Multi-tiered' Copy
faker.company.catchPhraseAdjective() // 'Multi-tiered'
Returns a random catch phrase descriptor that can be displayed to an end user..
faker.company.catchPhraseDescriptor() // 'composite' Copy
faker.company.catchPhraseDescriptor() // 'composite'
Returns a random catch phrase noun that can be displayed to an end user..
faker.company.catchPhraseNoun() // 'leverage' Copy
faker.company.catchPhraseNoun() // 'leverage'
Generates a random company name.
faker.company.name() // 'Zieme, Hauck and McClure' Copy
faker.company.name() // 'Zieme, Hauck and McClure'
7.4.0
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()
orbuzzPhrase()
.Related Modules
faker.commerce
.faker.finance
.