mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
| .. | ||
| images | ||
| node_modules/@faker-js/faker | ||
| out | ||
| .vsixmanifest | ||
| CHANGELOG.md | ||
| jest.config.js | ||
| LICENSE.txt | ||
| package.json | ||
| README.md | ||
| wallaby.ts | ||
VSCode Faker
Generate fake data inside Visual Studio Code. Fake data is based on Faker.
Fake data you can generate:
- address
- animal
- commerce
- company
- database
- datatype
- date
- finance
- git
- hacker
- image
- internet
- lorem
- mersenne
- music
- name
- phone
- random
- system
- vehicle
Installation
Type cmd+shift+p to launch command palette and choose Extensions: Install Extension. Search faker and install.
Usage
- Type cmd+shift+p
- Choose fake data category
- Choose sub category
Change Locale
- Open User Settings or press cmd+,
- Insert
faker.locale, followed by locale identifer as following
"faker.locale": "id_ID"
License
MIT © Budi Irawan
