Module to generate hacker/IT words and phrases.
There are methods for different parts of speech, such as abbreviation(), adjective(), noun(), verb(), and ingverb(). Alternatively, phrase() creates a longer phrase combining these words.
abbreviation()
adjective()
noun()
verb()
ingverb()
phrase()
Various modules allow for generating other types of words and phrases:
Protected
Readonly
Returns a random hacker/IT abbreviation.
faker.hacker.abbreviation() // 'THX' Copy
faker.hacker.abbreviation() // 'THX'
2.0.1
Returns a random hacker/IT adjective.
faker.hacker.adjective() // 'cross-platform' Copy
faker.hacker.adjective() // 'cross-platform'
Returns a random hacker/IT verb for continuous actions (en: ing suffix; e.g. hacking).
faker.hacker.ingverb() // 'navigating' Copy
faker.hacker.ingverb() // 'navigating'
Returns a random hacker/IT noun.
faker.hacker.noun() // 'system' Copy
faker.hacker.noun() // 'system'
Generates a random hacker/IT phrase.
faker.hacker.phrase()// 'If we override the card, we can get to the HDD feed through the back-end HDD sensor!' Copy
faker.hacker.phrase()// 'If we override the card, we can get to the HDD feed through the back-end HDD sensor!'
Returns a random hacker/IT verb.
faker.hacker.verb() // 'copy' Copy
faker.hacker.verb() // 'copy'
Module to generate hacker/IT words and phrases.
Overview
There are methods for different parts of speech, such as
abbreviation()
,adjective()
,noun()
,verb()
, andingverb()
. Alternatively,phrase()
creates a longer phrase combining these words.Related modules
Various modules allow for generating other types of words and phrases: