Skip to content

Hacker package provides functionality to generate a fake hacker value.

License

Notifications You must be signed in to change notification settings

faker-javascript/hacker

Repository files navigation

Hacker

Hacker package provides functionality to generate a fake hacker value.

Version node-current License

Install

npm

npm install @fakerjs/hacker --save-dev

yarn

yarn add @fakerjs/hacker -D

Usage

import hacker from '@fakerjs/hacker';

hacker({locale: 'en_US'}).noun();
//=> port 
// Allowed locale: en_US

hacker().noun();
//=> port

hacker().verb();
//=> index

hacker().ingverb();
//=> parsing

hacker().adjective();
//=> virtual

hacker().abbreviation();
//=> RAM

Tests

Run tests

npm run test

License

The MIT License (MIT) Copyright (c) Sergey Romanenko

About

Hacker package provides functionality to generate a fake hacker value.

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published