https://github.com/spiderpig86/vsc-mock
:bird: Generate mock data on the fly.
https://github.com/spiderpig86/vsc-mock
chancejs mock-data mocking testing testing-tools vscode vscode-extension
Last synced: about 2 months ago
JSON representation
:bird: Generate mock data on the fly.
- Host: GitHub
- URL: https://github.com/spiderpig86/vsc-mock
- Owner: Spiderpig86
- License: gpl-3.0
- Created: 2018-10-27T06:51:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-11-15T09:08:30.000Z (7 months ago)
- Last Synced: 2025-11-15T09:23:54.060Z (7 months ago)
- Topics: chancejs, mock-data, mocking, testing, testing-tools, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=Spiderpig86.vsc-mock
- Size: 523 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

vsc-mock
Easy access to mock test data powered by chance.js.
## Features
* vsc-mock allows you to generate data for:
* basic values (numbers/letters/values)
* finance
* location
* misc
* mobile
* person
* text
* things (animals)
* time
* web
## Installation
1. Type cmd+shift+p to open up the command palette.
2. Choose `Extensions: Install Extension`.
3. Search `vscmock` and install.
## How it Works

1. Type cmd+shift+p to open up the command palette.
2. Choose a category of data.
3. Select the data you want to generate.
### Reference
* For a full guide on usage, see the [documentation](https://chancejs.com/).
## License
* MIT License © [Stanley Lim](http://stanleylim.me/)